From 1aa784bf7f97c7f9982b4cc6c36d28a7f83edcd8 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 13 Apr 2011 16:06:47 +0200 Subject: neue Rechte hinzugefügt & Teil 3 --- .../modules/user/views/scripts/group/index.phtml | 68 +++++++++++++++------- .../user/views/scripts/role/linkright.phtml | 14 ++++- 2 files changed, 59 insertions(+), 23 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/group/index.phtml b/application/modules/user/views/scripts/group/index.phtml index e3b5082..def21f6 100644 --- a/application/modules/user/views/scripts/group/index.phtml +++ b/application/modules/user/views/scripts/group/index.phtml @@ -1,9 +1,12 @@

Groups Overview

+notification != ''){echo $this->notification;} ?> searchform; ?> + formButton('addgroup', 'Add Group', array( 'onclick' => 'self.location="/user/group/add"', 'class' => 'addbutton')) ?> +
Available searchfilter:
@@ -33,30 +36,54 @@ $class= 'highlight checked'; ?>
- url( + array( + 'module' => 'user', + 'controller' => 'group', + 'action' => 'show' + ), + 'default', + true);?>"> + Show Group + + + Edit Group + + + Show Group - Delete Group + + + + getID() != $this->userIDsNamespace['groupID']) : ?> + + Show Group + + + Edit Group - Edit Group + + + Delete Group + true);?>">Delete Group + +
getTitle(); ?>
getDescription()) { @@ -99,10 +123,10 @@ $class= 'highlight checked';
pagination; ?> - + formButton('linkgroups', 'Link Groups', array( 'onclick' => 'self.location="/user/group/link"', - 'class' => 'addbutton')) -?> + 'class' => 'addbutton'));?> +

diff --git a/application/modules/user/views/scripts/role/linkright.phtml b/application/modules/user/views/scripts/role/linkright.phtml index 38c0d45..f7c1133 100644 --- a/application/modules/user/views/scripts/role/linkright.phtml +++ b/application/modules/user/views/scripts/role/linkright.phtml @@ -1,5 +1,17 @@

Add Right

+
Click to expand the boxes
linkForm->setAction($this->url()); echo $this->linkForm; -?> \ No newline at end of file +?> + -- cgit v1.2.3-55-g7522