-
= $this->translate('Roles') ?>
isEmpty()): ?> = $this->translate('No roles found.') ?> diff --git a/application/views/scripts/roles/new.phtml b/application/views/scripts/roles/new.phtml index d5f9e7e33..d7b277008 100644 --- a/application/views/scripts/roles/new.phtml +++ b/application/views/scripts/roles/new.phtml @@ -1,4 +1,6 @@ -
+
+
= $this->translate('New Role') ?>
+
= $form ?>
diff --git a/application/views/scripts/roles/remove.phtml b/application/views/scripts/roles/remove.phtml
index a9360e78f..e2d01ed62 100644
--- a/application/views/scripts/roles/remove.phtml
+++ b/application/views/scripts/roles/remove.phtml
@@ -1,4 +1,6 @@
-
+
+
= sprintf($this->translate('Remove Role %s'), $name) ?>
+
= $form ?>
diff --git a/application/views/scripts/roles/update.phtml b/application/views/scripts/roles/update.phtml
index 8cb235a59..44f756b06 100644
--- a/application/views/scripts/roles/update.phtml
+++ b/application/views/scripts/roles/update.phtml
@@ -1,4 +1,6 @@
-
+
+
= sprintf($this->translate('Update Role %s'), $name) ?>
+
= $form ?>