X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=f47435322261a9510046b0a8d2ee1b2ebb198974;hb=d6bf190b01c2effb9f37df80f024ef588c5367d0;hp=390320a59bd0954dd8a039c89b3822f605f44390;hpb=2130fc223b47abdbf6533fb4cf3a4ad3b6c2c300;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 390320a5..f4743532 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -5,7 +5,7 @@ - {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} @@ -98,7 +78,7 @@
-{if $user->canManageTeam()} +{if $user->can('manage_users')} {if $inactive_users} @@ -19,31 +19,21 @@ {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} @@ -53,7 +43,7 @@
{$i18n.form.users.active_users}
- {if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} + {if $user->uncompleted_indicators} {/if} {$u.name|escape} {$u.login|escape}{$i18n.form.users.manager}{$i18n.form.users.comanager}{$i18n.label.client}{$i18n.label.user}{$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}

-
+
@@ -72,23 +62,13 @@
{$u.name|escape} {$u.login|escape}{$i18n.form.users.manager}{$i18n.form.users.comanager}{$i18n.label.client}{$i18n.label.user}{$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}
-
+
@@ -114,15 +94,7 @@ {$u.name|escape} {$u.login|escape} - {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.role_name|escape} {/foreach}