X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=f47435322261a9510046b0a8d2ee1b2ebb198974;hb=7916f561fed6b50348f144fc411ca82ee9bd5ebb;hp=f343f9cf177082b2a2cc57ceb6c8a723f4bf5294;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index f343f9cf..f4743532 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -5,7 +5,7 @@ {foreach $inactive_users as $u} - - - - {if $smarty.const.ROLE_MANAGER == $u.role} - - {elseif $smarty.const.ROLE_COMANAGER == $u.role} - - {elseif $smarty.const.ROLE_CLIENT == $u.role} - - {elseif $smarty.const.ROLE_USER == $u.role} - - {/if} - {if $user->isManager()} - + + + + + {if $u.rank < $user->rank} - + {else} - - - + + {/if} {/foreach}
-{if $user->canManageTeam()} +{if $user->can('manage_users')} {if $inactive_users} @@ -19,36 +19,31 @@ {if $active_users} {foreach $active_users as $u} - - - - {if $smarty.const.ROLE_MANAGER == $u.role} - - {elseif $smarty.const.ROLE_COMANAGER == $u.role} - - {elseif $smarty.const.ROLE_CLIENT == $u.role} - - {elseif $smarty.const.ROLE_USER == $u.role} - - {/if} - {if $user->isManager()} - + + + + + {if $u.rank < $user->rank || ($u.rank == $user->rank && $u.id == $user->id)} - + {if $u.id != $user->id}{else}{/if} {else} - - - + + {/if} {/foreach} {/if}
{$i18n.form.users.active_users}
{$u.name|escape:'html'}{$u.login|escape:'html'}{$i18n.form.users.manager}{$i18n.form.users.comanager}{$i18n.label.client}{$i18n.label.user}
+ {if $user->uncompleted_indicators} + + {/if} + {$u.name|escape} + {$u.login|escape}{$u.role_name|escape}{$i18n.label.edit}{if $smarty.const.ROLE_MANAGER != $u.role || $can_delete_manager}{$i18n.label.delete}{/if}{$i18n.label.delete}{if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$i18n.label.edit}{/if}{if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$i18n.label.delete}{/if}
- +

-
+
@@ -64,36 +59,26 @@
{$i18n.label.delete}
{$u.name|escape:'html'}{$u.login|escape:'html'}{$i18n.form.users.manager}{$i18n.form.users.comanager}{$i18n.label.client}{$i18n.label.user}
{$u.name|escape}{$u.login|escape}{$u.role_name|escape}{$i18n.label.edit}{if $smarty.const.ROLE_MANAGER != $u.role || $can_delete_manager}{$i18n.label.delete}{/if}{$i18n.label.delete}{if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$i18n.label.edit}{/if}{if ($user->id == $u.id) || ($smarty.const.ROLE_CLIENT == $u.role) || ($smarty.const.ROLE_USER == $u.role)}{$i18n.label.delete}{/if}
- +
-
+
@@ -106,22 +91,14 @@ {$i18n.form.users.role} {foreach $active_users as $u} - - {$u.name|escape:'html'} - {$u.login|escape:'html'} - {if $smarty.const.ROLE_MANAGER == $u.role} - {$i18n.form.users.manager} - {elseif $smarty.const.ROLE_COMANAGER == $u.role} - {$i18n.form.users.comanager} - {elseif $smarty.const.ROLE_CLIENT == $u.role} - {$i18n.label.client} - {elseif $smarty.const.ROLE_USER == $u.role} - {$i18n.label.user} - {/if} + + {$u.name|escape} + {$u.login|escape} + {$u.role_name|escape} {/foreach} {/if} - \ No newline at end of file +