From e30767a8f83df955fec83d2a2e459a5a8f18193f Mon Sep 17 00:00:00 2001
From: Björn Geiger
Date: Fri, 8 Apr 2011 10:25:29 +0200
Subject: Eigener Menüpunkt für Person- und Grouplist
---
.../modules/user/views/scripts/person/index.phtml | 48 +++++++++-------------
.../modules/user/views/scripts/person/show.phtml | 3 --
2 files changed, 20 insertions(+), 31 deletions(-)
(limited to 'application/modules/user/views/scripts/person')
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml
index a4d3a3d..7c6fc8d 100644
--- a/application/modules/user/views/scripts/person/index.phtml
+++ b/application/modules/user/views/scripts/person/index.phtml
@@ -15,28 +15,22 @@
Last Login Date: person->getLogindate()) echo date ('d. F Y - H:i', $this->person->getLogindate()) . " Uhr"; ?>
Register Date: person->getRegisterdate()) . ' Uhr'; ?>
overviewRight === true) echo $this->formButton('showallperson', 'Show Personlist', array(
- 'onclick' => 'self.location="/user/person/showall/"',
- 'class' => 'rightbutton'));
if(isset($this->groups)) {
?>
Member in the following Groups:
-
- groups)==0)
- echo "You are in no group." ?>
- groups as $group): ?>
- userIDsNamespace['membershipID'])
- $class= 'highlight checked';
- ?>
-
- pagination;
- if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional
+
+ pagination;
+ if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional
Groups', array(
'onclick' => 'self.location="/user/person/request/"',
'class' => 'addbutton'));
diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml
index be973b9..8ebb371 100644
--- a/application/modules/user/views/scripts/person/show.phtml
+++ b/application/modules/user/views/scripts/person/show.phtml
@@ -18,9 +18,6 @@
Last Login Date: person->getLogindate()) echo date ('d. F Y - H:i', $this->person->getLogindate()) . " Uhr"; ?>
Register Date: person->getRegisterdate()) . ' Uhr'; ?>
overviewRight === true) echo $this->formButton('showallperson', 'Show Personlist', array(
- 'onclick' => 'self.location="/user/person/showall/"',
- 'class' => 'rightbutton'));
if(isset($this->groups)) {
?>
--
cgit v1.2.3-55-g7522