Close #665: Fix alignment of the number of entries
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 15 Sep 2007 13:20:51 +0000 (15:20 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 15 Sep 2007 13:20:51 +0000 (15:20 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
ChangeLog
templates/core/plset.tpl

index 5ac484e..393725f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ Bug/Wish:
         - #682: Can quick search in contact list                           -FRU
 
     * Core:
+        - #665: Fix text alignment                                         -FRU
         - #674: MiniWiki xhtml validation                                  -FRU
         - #678: PlUpload filename detection                                -FRU
         - #690: Improves SMTP pass privacy policy                          -FRU
index 511fbca..9aff0a7 100644 (file)
 {**************************************************************************}
 
 <div style="clear: both">
-<h1 style="display: block; float: right">
-  {if !$plset_count}
-  Aucune entrée
-  {elseif $plset_count eq 1}
-  1 entrée
-  {else}
-  {$plset_count} entrées
-  {/if}
-</h1>
-<h1>
+<h1 style="display: block; float: left">
   {$plset_mods[$plset_mod]}
   {if $plset_mods|@count > 1}[
   {assign var=has_prev value=false}
   ]
   {/if}
 </h1>
+<h1 style="display: block; float: right"> 
+  {if !$plset_count} 
+  Aucune entrée 
+  {elseif $plset_count eq 1} 
+  1 entrée 
+  {else} 
+  {$plset_count} entrées 
+  {/if} 
+</h1> 
 </div>
 
 <div id="plset_content" style="clear: both">