Displays phone numbers further from the emails in the profile.
authorStéphane Jacob <sj@m4x.org>
Sat, 19 Jun 2010 00:54:36 +0000 (02:54 +0200)
committerStéphane Jacob <sj@m4x.org>
Sat, 19 Jun 2010 00:54:36 +0000 (02:54 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/profile.tpl

index 9d0a9b5..ba0be60 100644 (file)
@@ -149,7 +149,9 @@ function chgMainWinLoc(strPage)
       </div>
       {/if}
       {if count($phones) > 0}
+      <div style="float: right">
         {display_phones tels=$phones dcd=$profile->isDead()}
+      </div>
       {/if}
       <div class='spacer'></div>
     </div>