X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Froles.tpl;h=ead3ad3e29bd7473b2cb41486f932f97a2fe6a00;hb=81262ca68a1457e726bfe9224e0834680bf892e1;hp=b93d0ef2273c4149e2683e29ce5783299a2cc085;hpb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;p=timetracker.git diff --git a/WEB-INF/templates/roles.tpl b/WEB-INF/templates/roles.tpl index b93d0ef2..ead3ad3e 100644 --- a/WEB-INF/templates/roles.tpl +++ b/WEB-INF/templates/roles.tpl @@ -11,7 +11,7 @@ {/if} {$i18n.label.thing_name} - {$i18n.form.roles.rights} + {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete} @@ -19,9 +19,9 @@ {foreach $active_roles as $role} {$role.name|escape} - {$role.rights|escape} - {$i18n.label.edit} - {$i18n.label.delete} + {$role.description|escape} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} {/if} @@ -40,16 +40,16 @@ {$i18n.form.roles.inactive_roles} {$i18n.label.thing_name} - {$i18n.form.roles.rights} + {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete} {foreach $inactive_roles as $role} {$role.name|escape} - {$role.rights|escape} - {$i18n.label.edit} - {$i18n.label.delete} + {$role.description|escape} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach}