projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d0cc4
)
Adds some explanation about Corps in the profile..
author
Stéphane Jacob
<sj@m4x.org>
Sat, 19 Jun 2010 01:26:00 +0000
(
03:26
+0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/profile.tpl
b/templates/profile/profile.tpl
index
6f0bd1a
..
a1a2e58
100644
(file)
--- a/
templates/profile/profile.tpl
+++ b/
templates/profile/profile.tpl
@@
-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 :
{$corps->current_name} {$corps->current_rank}
{/if}
{if $corps->original}
- <li>{$corps->original_name}
+ <li>
Corps d'origine :
{$corps->original_name}
{/if}
</ul>
{/if}