Does not display registration date on admin page if the user is not registered.
authorStéphane Jacob <sj@m4x.org>
Fri, 16 Jul 2010 11:43:07 +0000 (13:43 +0200)
committerSté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

index ecad244..9ee2da7 100644 (file)
@@ -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()})