X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Froles.tpl;h=ba3328c5b34e6c0725114efba6a57c2002f80a77;hb=69d107963f15b0fcfc46908063c0ae7c33af7d80;hp=51c8d99ea63887c03d6d3c9690465c094a67de67;hpb=2dbf96e395377914a401aa3a635fce1120780b8f;p=timetracker.git diff --git a/WEB-INF/templates/roles.tpl b/WEB-INF/templates/roles.tpl index 51c8d99e..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,7 +50,8 @@ {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.rights|escape}{$role.rank}{$role.description|escape} {$i18n.label.edit} {$i18n.label.delete}