X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=401751fcb6e83a0c207bdb28de4eef748d130da1;hb=d18d90a3f3050def6c646eef7d5420c2d2091393;hp=6067ce6f8f1d02ea28ed672048ed502ce38091a9;hpb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 6067ce6f..401751fc 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -10,23 +10,23 @@ {if $inactive_users} {$i18n.label.active_users} {/if} + {if $active_users} {$i18n.label.person_name} {$i18n.label.login} {$i18n.form.users.role} - {if $show_quota} + {if $show_quota} {$i18n.label.quota} - {/if} + {/if} - {if $active_users} {foreach $active_users as $u} - {if $uncompleted_indicators} + {if $uncompleted_indicators} - {/if} + {/if} {$u.name|escape} {$u.login|escape} @@ -104,7 +104,12 @@ {foreach $active_users as $u} - {$u.name|escape} + + {if $uncompleted_indicators} + + {/if} + {$u.name|escape} + {$u.login|escape} {$u.role_name|escape}