From a3fe05f88ef948366d58dbc47b3d55a8b4511df5 Mon Sep 17 00:00:00 2001
From: Simon
Date: Wed, 13 Apr 2011 12:59:17 +0200
Subject: Erster Teil der Rechte in Group Controller
---
.../modules/user/views/scripts/group/index.phtml | 79 +++++++++++-----------
1 file changed, 41 insertions(+), 38 deletions(-)
(limited to 'application/modules/user/views/scripts/group/index.phtml')
diff --git a/application/modules/user/views/scripts/group/index.phtml b/application/modules/user/views/scripts/group/index.phtml
index 2e376b3..e3b5082 100644
--- a/application/modules/user/views/scripts/group/index.phtml
+++ b/application/modules/user/views/scripts/group/index.phtml
@@ -6,31 +6,34 @@
?>
-
Available searchfilter:
-
title
-
description
+
Available searchfilter:
+
title
+
description
-
+groupList)==0)
-echo "There are no groups" ?> groupList as $k => $group): ?>
+echo "There are no groups" ?>
+groupList as $k => $group): ?>
getID() == $this->userIDsNamespace['groupID'])
$class= 'highlight checked';
?>
-
getID() != $this->userIDsNamespace['groupID']) {
+
+ getID() != $this->userIDsNamespace['groupID']) {
+ ?>
+
+
-
-
-
-
+
getTitle(); ?>
+ getDescription()) {
+ ?>
+
getDescription(); ?>
+
+
+
+
+
+
+
-
getTitle(); ?>
- getDescription()) {
- ?>
-
getDescription(); ?>
-
-
-
-
-
-
-pagination; ?>
+ pagination; ?>
-formButton('linkgroups', 'Link Groups', array(
+ formButton('linkgroups', 'Link Groups', array(
'onclick' => 'self.location="/user/group/link"',
'class' => 'addbutton'))
?>
--
cgit v1.2.3-55-g7522