Adds some explanation about Corps in the profile..
authorStéphane Jacob <sj@m4x.org>
Sat, 19 Jun 2010 01:26:00 +0000 (03:26 +0200)
committerStéphane Jacob <sj@m4x.org>
Sat, 19 Jun 2010 01:26:35 +0000 (03:26 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/profile.tpl

index 6f0bd1a..a1a2e58 100644 (file)
@@ -182,10 +182,10 @@ function chgMainWinLoc(strPage)
       {if $corps && ($corps->current || $corps->original)}
       <ul>
         {if $corps->current}
-          <li>{$corps->current_name} {$corps->current_rank}
+          <li>Corps actuel&nbsp;: {$corps->current_name} {$corps->current_rank}
         {/if}
         {if $corps->original}
-          <li>{$corps->original_name}
+          <li>Corps d'origine&nbsp;: {$corps->original_name}
         {/if}
       </ul>
       {/if}