More space.
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Fri, 2 Nov 2007 13:11:28 +0000 (13:11 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:57 +0000 (00:35 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@301 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/templates/banana-base.tpl
banana/templates/banana-thread.inc.tpl

index 5d3e8bd..dd6ecb7 100644 (file)
@@ -48,6 +48,7 @@
       {elseif $page eq 'message'}
         {include file="banana-message.inc.tpl"}
         {if $showthread}
+        <br />
         {include file="banana-thread.inc.tpl" withtitle=false}
         {/if}
       {elseif $page eq 'new'}
index 3879d55..5660c70 100644 (file)
   </tr>
   {/if}
 </table>
+{$smarty.capture.pages|smarty:nodefaults}
 {if $showboxlist}
+<br />
 {include file="banana-boxlist.inc.tpl" grouplist=$groups withstats=true}
 {/if}
-{$smarty.capture.pages|smarty:nodefaults}
 
 {* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}