summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootmenu
diff options
context:
space:
mode:
authorSimon2011-04-08 12:06:50 +0200
committerSimon2011-04-08 12:06:50 +0200
commitbee335eb70759624049596eb60a8ffe3869ba6cc (patch)
treea0c47c29d9e67b4e1d355d8ad335614660e54915 /application/modules/user/views/scripts/bootmenu
parentEigener Menüpunkt für Person- und Grouplist (diff)
downloadpbs2-bee335eb70759624049596eb60a8ffe3869ba6cc.tar.gz
pbs2-bee335eb70759624049596eb60a8ffe3869ba6cc.tar.xz
pbs2-bee335eb70759624049596eb60a8ffe3869ba6cc.zip
highlight in Bootmenu gefixt und das default-Bootmenu bekomtm kein Link zum setzen als StandardBootmenu
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
-rw-r--r--application/modules/user/views/scripts/bootmenu/index.phtml24
1 files changed, 12 insertions, 12 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml
index 2e04618..1ed7807 100644
--- a/application/modules/user/views/scripts/bootmenu/index.phtml
+++ b/application/modules/user/views/scripts/bootmenu/index.phtml
@@ -24,20 +24,20 @@
<div class='element<?php echo " $class";?>'>
<div class='number'><?php echo $this->escape($bootmenu->getID()); ?></div>
<div class='content'>
- <div class='actions'>
- <a href="<?php echo $this->url(
- array(
- 'module' => 'user',
- 'controller' => 'bootmenu',
- 'action' => 'defaultbootmenu',
- 'bootmenuID' => $bootmenu->getID(),
- 'page' => $this->page
- ),
- 'default',
- true, false) ?>">
+ <div class='actions'>
<?php if($bootmenu->getDefaultbootmenu() == true): ?>
- <img src='/media/img/default.png' alt='Checked as default'/></a>
+ <a><img src='/media/img/default.png' alt='Checked as default'/></a>
<?php else: ?>
+ <a href="<?php echo $this->url(
+ array(
+ 'module' => 'user',
+ 'controller' => 'bootmenu',
+ 'action' => 'defaultbootmenu',
+ 'bootmenuID' => $bootmenu->getID(),
+ 'page' => $this->page
+ ),
+ 'default',
+ true, false) ?>">
<img src='/media/img/default_grey.png' alt='Not checked as default' /></a>
<?php endif; ?>
<a href="<?php echo $this->url(