From 6521222deb21df89ba62fe5b92d25fcf8fc643bb Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 29 Mar 2011 16:26:39 +0200 Subject: RightCategories auch auf der Role Detail Seite --- application/modules/user/views/scripts/role/show.phtml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/role/show.phtml b/application/modules/user/views/scripts/role/show.phtml index b99c1f8..0a7522a 100644 --- a/application/modules/user/views/scripts/role/show.phtml +++ b/application/modules/user/views/scripts/role/show.phtml @@ -34,8 +34,13 @@ if($this->roleID) { formButton('linkright', 'Add Right', array( 'onclick' => 'self.location="/user/role/linkright/roleID/' . $this->role->getID() .'"', 'class' => 'addbutton'))?> +
rightsList)) { - ?> + if(isset($this->rightcategorieslist)) { + foreach($this->rightcategorieslist as $k => $v) { + $rights = $this->rightsList[$k]; + ?> +

@@ -44,7 +49,7 @@ if($this->roleID) { rightsList as $right) { + foreach($rights as $right) { ?> @@ -66,6 +71,8 @@ if($this->roleID) { ?>
Title
getTitle(); ?>

-- cgit v1.2.3-55-g7522