summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootmenu
diff options
context:
space:
mode:
authorSimon2011-04-11 13:26:27 +0200
committerSimon2011-04-11 13:26:27 +0200
commit441ffc49230ddedf3e692466bda1fb0d27ace8fd (patch)
tree6e0b2c34931b60987df7d80186d50a7e3eb3e0df /application/modules/user/views/scripts/bootmenu
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-441ffc49230ddedf3e692466bda1fb0d27ace8fd.tar.gz
pbs2-441ffc49230ddedf3e692466bda1fb0d27ace8fd.tar.xz
pbs2-441ffc49230ddedf3e692466bda1fb0d27ace8fd.zip
Neues Recht um default Bootmenu zu setzen & Bootmenu-REchte angepasst
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
-rw-r--r--application/modules/user/views/scripts/bootmenu/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml
index 4393c1f..cda6f87 100644
--- a/application/modules/user/views/scripts/bootmenu/index.phtml
+++ b/application/modules/user/views/scripts/bootmenu/index.phtml
@@ -7,7 +7,7 @@
<?php if((Pbs_Acl::checkRight('booc') && $this->type== 'group') || (Pbs_Acl::checkRight('booco') && $this->type == 'own')): ?>
<?php echo $this->formButton('createbootmenu', 'Create BootMenu', array(
- 'onclick' => 'self.location="/user/bootmenu/createbootmenu/type/'.$this->type.'page/'.$this->page.'"',
+ 'onclick' => 'self.location="/user/bootmenu/createbootmenu/type/'.$this->type.'/page/'.$this->page.'"',
'class' => 'addbutton'))?>
<?php endif;?>
@@ -39,7 +39,7 @@
<div class='number'><?php echo $k+1 ?></div>
<div class='content'>
<div class='actions'>
- <?php if(Pbs_Acl::checkRight('booai') && $this->type == 'group'): ?>
+ <?php if(Pbs_Acl::checkRight('boodbm') && $this->type == 'group'): ?>
<?php if($bootmenu->getDefaultbootmenu() == true): ?>
<a><img src='/media/img/default.png' alt='Checked as default'/></a>
<?php else: ?>