From e5fcbd73596db87bb5cd24e1ba91cf735549b3c3 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 12 Apr 2011 14:54:50 +0200 Subject: verschiedene Korrekturen --- .../modules/user/views/scripts/group/index.phtml | 105 +++++++++++++++++++++ .../modules/user/views/scripts/group/show.phtml | 17 +++- 2 files changed, 120 insertions(+), 2 deletions(-) create mode 100644 application/modules/user/views/scripts/group/index.phtml (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 new file mode 100644 index 0000000..2e376b3 --- /dev/null +++ b/application/modules/user/views/scripts/group/index.phtml @@ -0,0 +1,105 @@ +

Groups Overview

+searchform; ?> +formButton('addgroup', 'Add Group', array( + 'onclick' => 'self.location="/user/group/add"', + 'class' => 'addbutton')) +?> + +
+
Available searchfilter:
+
title
+
description
+
+ +
groupList)==0) +echo "There are no groups" ?> groupList as $k => $group): ?> +getID() == $this->userIDsNamespace['groupID']) +$class= 'highlight checked'; +?> +
getID() != $this->userIDsNamespace['groupID']) { + ?> +
+
Group
+ +
+ +
+
Show Group + Edit Group + Delete Group +
+
getTitle(); ?>
+ getDescription()) { + ?> +
getDescription(); ?>
+ +
 
+
+
+
+
+pagination; ?> + +formButton('linkgroups', 'Link Groups', array( + 'onclick' => 'self.location="/user/group/link"', + 'class' => 'addbutton')) +?> +
+
diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index 19dc396..2bb200c 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -83,13 +83,26 @@ foreach($this->groupRequestList as $grouprequest) {

Members:

membersList)==0) -echo "This hroup has no members." ?> membersList as $member): ?> +echo "This hroup has no members." ?> membersList as $k => $member): ?> getID() == $this->userIDsNamespace['personID']) +$class= 'highlight checked'; +?> +
+getID() != $this->userIDsNamespace['personID']) { + ?> +
+
Person
+ +
+ -