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 +++++++++++++++------- 1 file changed, 46 insertions(+), 22 deletions(-) (limited to 'application/modules/user/views/scripts/group') 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'));?> +

-- cgit v1.2.3-55-g7522