X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=f03dfd0cf6546096ab56cb767f1e039101f5c7be;hb=ce4c2506404d648ba6e97552aa4ae17a58ea2fbd;hp=008413391a0e8fbb8079987ea1fe467de7c0776e;hpb=68a5cc5aff88d6144b6db95f7d01315c15e2ebda;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 00841339..f03dfd0c 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -14,23 +14,29 @@ {$i18n.label.person_name} {$i18n.label.login} {$i18n.form.users.role} - {$i18n.label.edit} - {$i18n.label.delete} + {if $show_quota} + {$i18n.label.quota} + {/if} + + {if $active_users} {foreach $active_users as $u} - {if $user->uncompleted_indicators} + {if $uncompleted_indicators} {/if} {$u.name|escape} {$u.login|escape} {$u.role_name|escape} - {if $u.rank < $user->rank || ($u.rank == $user->rank && $u.id == $user->id)} - {$i18n.label.edit} - {if $u.id != $user->id}{$i18n.label.delete}{else}{/if} + {if $show_quota} + {$u.quota_percent} + {/if} + {if $u.group_id != $user->group_id || $u.rank < $user->rank || ($u.rank == $user->rank && $u.id == $user->id)} + {$i18n.label.edit} + {if $u.id != $user->id}{$i18n.label.delete}{else}{/if} {else} @@ -55,17 +61,23 @@ {$i18n.label.person_name} {$i18n.label.login} {$i18n.form.users.role} - {$i18n.label.edit} - {$i18n.label.delete} + {if $show_quota} + {$i18n.label.quota} + {/if} + + {foreach $inactive_users as $u} {$u.name|escape} {$u.login|escape} {$u.role_name|escape} - {if $u.rank < $user->rank} - {$i18n.label.edit} - {$i18n.label.delete} + {if $show_quota} + {$u.quota_percent} + {/if} + {if $u.group_id != $user->group_id || $u.rank < $user->rank} + {$i18n.label.edit} + {$i18n.label.delete} {else}