X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Froles.tpl;h=ead3ad3e29bd7473b2cb41486f932f97a2fe6a00;hb=81262ca68a1457e726bfe9224e0834680bf892e1;hp=d703fef0c17f8e4b31e4af8f5f284eb700c05a5b;hpb=983bd79a9542306ecbd0f1be372d7006e7b337e1;p=timetracker.git diff --git a/WEB-INF/templates/roles.tpl b/WEB-INF/templates/roles.tpl index d703fef0..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} @@ -30,7 +30,7 @@

-
+
@@ -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} @@ -57,7 +57,7 @@

-
+