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/auth/delete.phtml | 2 +- .../modules/user/views/scripts/group/index.phtml | 105 ++++++++++ .../modules/user/views/scripts/group/show.phtml | 17 +- .../modules/user/views/scripts/person/index.phtml | 216 +++++++++++---------- .../user/views/scripts/person/owndetails.phtml | 108 +++++++++++ 5 files changed, 346 insertions(+), 102 deletions(-) create mode 100644 application/modules/user/views/scripts/group/index.phtml create mode 100644 application/modules/user/views/scripts/person/owndetails.phtml (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml index 62bf24e..83afc80 100644 --- a/application/modules/user/views/scripts/auth/delete.phtml +++ b/application/modules/user/views/scripts/auth/delete.phtml @@ -1,5 +1,5 @@
+ editRight === true) { ?>
-
+ deleteRight === true) { ?>
+ showOtherRight === true) {
+ ?>
+ editOtherRight === true) {
+ ?>
+ deleteOtherRight === true) {
+ ?>
+
editRight) {
- ?> url(
array(
'module' => 'user',
'controller' => 'role',
@@ -55,10 +53,9 @@ if($this->editRight) {
),
'default',
true) ?>">
deleteRight) {
- ?> url(
array(
'module' => 'user',
'controller' => 'role',
@@ -67,6 +64,8 @@ if($this->deleteRight) {
),
'default',
true) ?>">
+
+
- editRight === true) { ?>
- deleteRight === true) { ?>
- showOtherRight === true) {
- ?>
- editOtherRight === true) {
- ?>
- deleteOtherRight === true) {
- ?>
-