X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Froles.tpl;h=ba3328c5b34e6c0725114efba6a57c2002f80a77;hb=91625ebaee1dcc6ca4af8aef0df4156817ac411b;hp=ead3ad3e29bd7473b2cb41486f932f97a2fe6a00;hpb=dacd62b3065d38ddbec624d5b7d7306f0b61dd3a;p=timetracker.git diff --git a/WEB-INF/templates/roles.tpl b/WEB-INF/templates/roles.tpl index ead3ad3e..ba3328c5 100644 --- a/WEB-INF/templates/roles.tpl +++ b/WEB-INF/templates/roles.tpl @@ -10,7 +10,8 @@ {$i18n.form.roles.active_roles} {/if} - {$i18n.label.thing_name} + {$i18n.label.thing_name} + {$i18n.form.roles.rank} {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete} @@ -19,6 +20,7 @@ {foreach $active_roles as $role} {$role.name|escape} + {$role.rank} {$role.description|escape} {$i18n.label.edit} {$i18n.label.delete} @@ -39,7 +41,8 @@ - + + @@ -47,6 +50,7 @@ {foreach $inactive_roles as $role} +
{$i18n.form.roles.inactive_roles}
{$i18n.label.thing_name}{$i18n.label.thing_name}{$i18n.form.roles.rank} {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete}
{$role.name|escape}{$role.rank} {$role.description|escape} {$i18n.label.edit} {$i18n.label.delete}