From b43ff296c311076e8970b40aae80ec79de24adf1 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 11 Apr 2011 13:51:05 +0200 Subject: verschiedene Layouts korrigiert --- .../modules/user/views/scripts/group/show.phtml | 94 +++++++++++----------- .../modules/user/views/scripts/group/showall.phtml | 70 +++++++++------- 2 files changed, 85 insertions(+), 79 deletions(-) (limited to 'application/modules/user/views/scripts/group') diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index ea677ac..19dc396 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -2,7 +2,7 @@ if($this->groupID) { if(isset($this->userIDsNamespace['groupID'])) { ?> -

Group

+

Own Group

formButton('deletegroup', 'Delete', array( 'onclick' => 'self.location="/user/group/delete/"', @@ -22,63 +22,61 @@ if($this->groupID) { 'class' => 'rightbutton')); } ?> - - - - - - - - - - +
+
+
+
Title: group->getTitle(); ?>
+
+
+
+
+
+
Description: group->getDescription(); ?>
+
+
+
-
- - - - +
+
Superordinated Group: parentGroup->getTitle(); ?>
+
+
+ + -
TitleDescription
group->getTitle(); ?>group->getDescription(); ?>
Superordinated Group:parentGroup->getTitle(); ?>
+ ?> groupRequestList)) { ?>

Requests:

- - - - - - - - - groupRequestList as $grouprequest) { - $grouprequestID = $grouprequest['grouprequestID']; - $person = $grouprequest['person']; - ?> - - - - - - - - groupRequestList as $grouprequest) { + $grouprequestID = $grouprequest['grouprequestID']; + $person = $grouprequest['person']; ?> -
FirstnameNameemailcitygrant
getFirstname(); ?>getName(); ?>getEmail(); ?>getCity(); ?> -
roleList); ?> -
-
+
+
+
+
roleList); ?> +
+
+
getTitle(); ?> getFirstname(); ?> getName(); ?>
+
getCity(); ?>
+
+
getEmail(); ?>
+
+
+
+membersList)) { ?> @@ -132,5 +130,3 @@ function printRoleSelect($roleList) { echo ""; } ?> -
-
diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml index 2ed777a..5e53f87 100644 --- a/application/modules/user/views/scripts/group/showall.phtml +++ b/application/modules/user/views/scripts/group/showall.phtml @@ -6,26 +6,28 @@ ?>
-
Available searchfilter:
-
title
-
description
+
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']) { + ?> +
groupList)==0) - echo "There are no groups" ?> - groupList as $group): ?> - getID() == $this->userIDsNamespace['groupID']) - $class= 'highlight checked'; - ?> - - -
+
getTitle(); ?>
+ getDescription()) { + ?> +
getDescription(); ?>
+ +
 
+
+
+
+ pagination; ?> formButton('linkgroups', 'Link Groups', array( 'onclick' => 'self.location="/user/group/link"', 'class' => 'addbutton')) - ?> +?>

-- cgit v1.2.3-55-g7522