projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8432d
)
Does not display registration date on admin page if the user is not registered.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 16 Jul 2010 11:43:07 +0000
(13:43 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 16 Jul 2010 11:43:07 +0000
(13:43 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/admin/user.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/admin/user.tpl
b/templates/admin/user.tpl
index
ecad244
..
9ee2da7
100644
(file)
--- a/
templates/admin/user.tpl
+++ b/
templates/admin/user.tpl
@@
-113,7
+113,11
@@
$(document).ready(function() {
<tr>
<th colspan="2">
<div style="float: right; text-align: right">
+ {if $user->state eq 'pending'}
+ Non-inscrit
+ {else}
Inscrit le {$user->registration_date|date_format}
+ {/if}
</div>
<div style="float: left; text-align: left">
{icon name=user_gray} {$user->hruid} (uid {$user->id()})