diff options
| author | michael pereira | 2011-04-11 14:29:29 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-11 14:29:29 +0200 |
| commit | 4d63a9525b3601dbd2e24328c1ef250ad605765d (patch) | |
| tree | 02179f65307191d7ae3997c38a5276ced038b134 /application/modules/user/views/scripts/bootmenu | |
| parent | kcl fix im ressource controller (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.tar.gz pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.tar.xz pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 4 |
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: ?> |
