From de2c257069a52afde77fd8c3d202e16e1a754d7e Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 13 Apr 2011 10:59:32 +0200 Subject: layout vereinheitlicht --- .../modules/user/views/scripts/group/show.phtml | 41 +++++------- .../user/views/scripts/person/owndetails.phtml | 76 +++++----------------- 2 files changed, 33 insertions(+), 84 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index 2bb200c..26cb97c 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -22,31 +22,24 @@ if($this->groupID) { 'class' => 'rightbutton')); } ?> -
-
-
-
Title: group->getTitle(); ?>
-
-
-
-
-
-
Description: group->getDescription(); ?>
-
-
-
- -
-
-
Superordinated Group: parentGroup->getTitle(); ?>
-
-
+
+
+
+
Your Group
+
+
+
group->getTitle(); ?>
+
group->getDescription(); ?>
+ +
+
parentGroup->getTitle(); ?>
+
+ +
+
+
-
+ groupRequestList)) { ?> diff --git a/application/modules/user/views/scripts/person/owndetails.phtml b/application/modules/user/views/scripts/person/owndetails.phtml index ac96d25..89be623 100644 --- a/application/modules/user/views/scripts/person/owndetails.phtml +++ b/application/modules/user/views/scripts/person/owndetails.phtml @@ -2,66 +2,22 @@ editRight === true) echo $this->formButton('editperson', 'Edit', array( 'onclick' => 'self.location="/user/person/edit/"', 'class' => 'rightbutton'))?> -
+
-
-
Title: person->getTitle(); ?>
-
-
-
-
-
-
Name: person->getName(); ?>
-
-
-
-
-
-
Firstname: person->getFirstname(); ?>
-
-
-
-
-
-
Street: person->getStreet(); ?>
-
-
-
-
-
-
Housenumber: person->getHousenumber(); ?>
-
-
-
-
-
-
City: person->getCity(); ?>
-
-
-
-
-
-
Postalcode: person->getPostalcode(); ?>
-
-
-
-
-
-
Email: person->getEmail(); ?>
-
-
-
-
-
-
Last Login Date: person->getLogindate()) echo date ('d. F Y - H:i', $this->person->getLogindate()) . " Uhr"; ?>
-
-
-
-
-
-
Register Date: person->getRegisterdate()) . ' Uhr'; ?>
-
-
+
+
person->getTitle()." ".$this->person->getFirstname()." ".$this->person->getName(); ?>
+
person->getEmail(); ?>
+
+
person->getStreet(); ?> 
+
person->getHousenumber(); ?> 
+
person->getCity(); ?> 
+
person->getPostalcode(); ?> 
+
person->getEmail(); ?> 
+
person->getLogindate()) echo date ('d. F Y - H:i', $this->person->getLogindate()) . " Uhr"; ?> 
+
person->getRegisterdate()) . ' Uhr'; ?> 
+
+
+

@@ -144,4 +100,4 @@ foreach($this->groupRequestList as $grouprequest) { ?>
\ No newline at end of file + ?> -- cgit v1.2.3-55-g7522