From ecb699eb777c8abdee8d50342f8febfcc722d71f Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Wed, 13 Apr 2011 18:30:53 +0200 Subject: HTML Fehler korrigiert --- application/modules/user/forms/Bootiso.php | 2 +- application/modules/user/forms/Bootos.php | 2 +- application/modules/user/forms/FilterEntry.php | 2 +- application/modules/user/forms/Login.php | 2 +- application/modules/user/layouts/user.phtml | 249 +++++++++++---------- .../user/views/scripts/bootmenu/index.phtml | 2 +- .../modules/user/views/scripts/client/index.phtml | 2 +- .../modules/user/views/scripts/config/index.phtml | 2 +- .../modules/user/views/scripts/group/show.phtml | 2 +- .../modules/user/views/scripts/index/index.phtml | 3 +- .../modules/user/views/scripts/person/index.phtml | 2 +- .../user/views/scripts/person/owndetails.phtml | 2 +- .../modules/user/views/scripts/person/show.phtml | 5 + .../modules/user/views/scripts/pool/index.phtml | 2 +- .../modules/user/views/scripts/preboot/index.phtml | 2 +- .../modules/user/views/scripts/role/add.phtml | 2 +- .../user/views/scripts/role/linkright.phtml | 2 +- 17 files changed, 147 insertions(+), 138 deletions(-) (limited to 'application/modules/user') diff --git a/application/modules/user/forms/Bootiso.php b/application/modules/user/forms/Bootiso.php index 3f5431c..1fb7ec3 100644 --- a/application/modules/user/forms/Bootiso.php +++ b/application/modules/user/forms/Bootiso.php @@ -111,7 +111,7 @@ class user_Form_Bootiso extends Zend_Form )); ?> - - - - + + + +
- -
- -
+ +
+ +
-
- -
-
-
-
hasIdentity()){ - echo 'Angemeldet als '; - $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); - - if(isset($userIDsNamespace['membershipID'])){ - $membershipMapper = new Application_Model_MembershipMapper(); - $membership = new Application_Model_Membership(); - $membershipMapper->find($userIDsNamespace['membershipID'],$membership); - } - if(isset($userIDsNamespace['personID'])){ - $person = new Application_Model_Person(); - $personMapper = new Application_Model_PersonMapper(); - $personMapper->find($userIDsNamespace['personID'],$person); - echo "".$person->getFirstname()." ".$person->getName().""; - } - if(isset($userIDsNamespace['roleID'])){ - echo " in der Rolle "; - - $role = new Application_Model_Role(); - $roleMapper = new Application_Model_RoleMapper(); - $role = $roleMapper->find($userIDsNamespace['roleID']); - echo "".$role->getTitle().""; - } -} -?>
-getControllerName()) . " > " . ucwords($request->getActionName()); -?>
-
layout()->content; ?>
- - +
+ +
+
+
+
hasIdentity()){ + echo 'Angemeldet als '; + $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); + + if(isset($userIDsNamespace['membershipID'])){ + $membershipMapper = new Application_Model_MembershipMapper(); + $membership = new Application_Model_Membership(); + $membershipMapper->find($userIDsNamespace['membershipID'],$membership); + } + if(isset($userIDsNamespace['personID'])){ + $person = new Application_Model_Person(); + $personMapper = new Application_Model_PersonMapper(); + $personMapper->find($userIDsNamespace['personID'],$person); + echo "".$person->getFirstname()." ".$person->getName().""; + } + if(isset($userIDsNamespace['roleID'])){ + echo " in der Rolle "; + + $role = new Application_Model_Role(); + $roleMapper = new Application_Model_RoleMapper(); + $role = $roleMapper->find($userIDsNamespace['roleID']); + echo "".$role->getTitle().""; + } + } + ?> +
+ getControllerName()) . " > " . ucwords($request->getActionName()); + ?> +
+
layout()->content; ?>
+
-
-
- +
+ + down + +
+
- + \ No newline at end of file diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index 332a1a4..e4e490f 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -188,7 +188,7 @@ pagination; ?> - -