From f581446f90526dd3466becddd625d23bd1c26ed4 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Wed, 23 Mar 2011 19:31:03 +0100 Subject: Rollenverwaltung in Dev Modul --- application/modules/dev/forms/GroupAdd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/dev/forms/GroupAdd.php') diff --git a/application/modules/dev/forms/GroupAdd.php b/application/modules/dev/forms/GroupAdd.php index f7636e7..a235b56 100644 --- a/application/modules/dev/forms/GroupAdd.php +++ b/application/modules/dev/forms/GroupAdd.php @@ -37,7 +37,7 @@ class dev_Form_GroupAdd extends Zend_Form $groupfield ->setLabel('superordinated Group:'); $groupfield->addMultiOption('-1', '---- none ----'); - + if(count($this->grouplist)>0){ foreach($this->grouplist as $group => $g){ $groupfield->addMultiOption($g->getID(), $g->getTitle()); @@ -56,7 +56,7 @@ class dev_Form_GroupAdd extends Zend_Form 'required' => false, 'ignore' => true, 'label' => 'Cancel', - 'onclick' => 'location.href="/group/show"', + 'onclick' => 'location.href="/dev/group/"', )); } -- cgit v1.2.3-55-g7522