Look improvements. Can identify unread message and switch from a message to
[banana.git] / banana / templates / banana-message.inc.tpl
index 1110e80..94d7fa7 100644 (file)
@@ -1,3 +1,7 @@
+<pre class="thread_tree">
+{$spool->buildTree($artid)|smarty:nodefaults}
+</pre>
+
 <table class="bicol message">
   <tr>
     <th colspan="3" class="subject">
@@ -34,7 +38,7 @@
     {if $smarty.foreach.headers.first}
     <td class="xface" rowspan="{$headers|@count}">
       {if $message->hasXFace()}
-      <img src="{url group=$group artid=$artid part="xface"}" alt="[ X-Face ]" />
+      <img src="{url group=$group artid=$artid part="xface"}" style="width: 48px" alt="[ X-Face ]" />
       {/if}
     </td>
     {/if}