summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/BootmenuEntries.php
diff options
context:
space:
mode:
authormichael pereira2011-04-05 19:33:19 +0200
committermichael pereira2011-04-05 19:33:19 +0200
commit3a6c9972b59b11dc98b76ee51446d5568ef0f519 (patch)
treeb0b93ab6630b09c12a94e7e97fb5bd7783754fca /application/modules/user/forms/BootmenuEntries.php
parentDates angepasst (diff)
downloadpbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.gz
pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.xz
pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.zip
Forms Rechte angepasst, Views angepasst
Diffstat (limited to 'application/modules/user/forms/BootmenuEntries.php')
-rw-r--r--application/modules/user/forms/BootmenuEntries.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/application/modules/user/forms/BootmenuEntries.php b/application/modules/user/forms/BootmenuEntries.php
index c31668c..413b09a 100644
--- a/application/modules/user/forms/BootmenuEntries.php
+++ b/application/modules/user/forms/BootmenuEntries.php
@@ -6,7 +6,6 @@ class user_Form_BootmenuEntries extends Zend_Form
private $configlist;
private $maxorder;
private $action;
- private $rights;
private $page;
private $kcl;
@@ -14,9 +13,6 @@ class user_Form_BootmenuEntries extends Zend_Form
public function setKcl($kcl){
$this->kcl = $kcl;
}
- public function setRights($rights){
- $this->rights = $rights;
- }
public function setAction($action){
$this->action = $action;
@@ -55,7 +51,7 @@ class user_Form_BootmenuEntries extends Zend_Form
$this->setName($this->action);
$this->setMethod('post');
- if ($this->rights == "meta")
+ if (Pbs_Acl::checkRight('booeem'))
$meta = true;
else
$meta = null;