summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-05 13:44:19 +0200
committerBjörn Geiger2011-04-05 13:44:19 +0200
commitc1b11591a3009d74cec4a56610070e97883d9251 (patch)
tree628a571294b2a83bf41a4086c03118924234b81f /application/modules/user/views/scripts/group
parentweiteres Recht hinzugefügt (diff)
downloadpbs2-c1b11591a3009d74cec4a56610070e97883d9251.tar.gz
pbs2-c1b11591a3009d74cec4a56610070e97883d9251.tar.xz
pbs2-c1b11591a3009d74cec4a56610070e97883d9251.zip
Rights im Personen Controller eingeführt, verwalten von anderen Accounts nun auch möglich
Diffstat (limited to 'application/modules/user/views/scripts/group')
-rw-r--r--application/modules/user/views/scripts/group/show.phtml3
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml4
2 files changed, 3 insertions, 4 deletions
diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml
index d343204..9777b21 100644
--- a/application/modules/user/views/scripts/group/show.phtml
+++ b/application/modules/user/views/scripts/group/show.phtml
@@ -139,6 +139,3 @@ function printRoleSelect($roleList) {
?>
<br />
<br />
-<br />
-<br />
-<br />
diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml
index e26e91e..e58e762 100644
--- a/application/modules/user/views/scripts/group/showall.phtml
+++ b/application/modules/user/views/scripts/group/showall.phtml
@@ -1,4 +1,4 @@
-<h1>Groups</h1>
+<h1>Groups Overview</h1>
<?php echo $this->formButton('addgroup', 'Add Group', array(
'onclick' => 'self.location="/user/group/add"',
'class' => 'addbutton'))
@@ -77,3 +77,5 @@
'onclick' => 'self.location="/user/group/link"',
'class' => 'addbutton'))
?>
+<br />
+<br />