diff options
| author | Simon | 2011-04-20 11:52:13 +0200 |
|---|---|---|
| committer | Simon | 2011-04-20 11:52:13 +0200 |
| commit | 23f07cc0d8b7713b7997846c14926e1e7f4f68d0 (patch) | |
| tree | 87625b1566d8baf210e6c9bf122493e9ba8464b9 /application/modules/user/views/scripts/bootmenu/index.phtml | |
| parent | Suche in BootMenu wird für normlen Benutzer ausgeblendet (diff) | |
| download | pbs2-23f07cc0d8b7713b7997846c14926e1e7f4f68d0.tar.gz pbs2-23f07cc0d8b7713b7997846c14926e1e7f4f68d0.tar.xz pbs2-23f07cc0d8b7713b7997846c14926e1e7f4f68d0.zip | |
Ticket #229 - Hilfetexte wurde bei den Bereichen, zu denen Benutzer zugriff haben hinzugefügt
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu/index.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index 42498c9..e9a6958 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -1,5 +1,10 @@ -<h1>BootMenu</h1> +<h1>BootMenu<?php if($this->type == 'own'):?><img class='helpericon' src='/media/img/bulb_off.png' /><?php endif;?></h1> <?php if($this->notification != ''){echo $this->notification;} ?> + +<?php if($this->type == 'own'):?> + <div class='helper infobox'>Here you can see your Bootmenu. You can add a BootOs with a default Config or with a default Config. If you are overwhelmed by the possibilities the default Config is the best choice.</div> +<?php endif;?> + <div id='notification' style='display:none;'></div> <?php if(Pbs_Acl::checkRight('booai')): ?> <?php echo $this->searchform; ?> @@ -104,7 +109,12 @@ </div> <div class='title'><?php echo $this->escape($bootmenu->getTitle()); ?></div> <div class='subtitle'><?php echo count($this->bootmenuentrylist[$bootmenu->getID()]);?> Entrys - <?php echo $this->escape($bootmenu->getCreated()); ?></div> - <div class='details dispnone'> + <?php + $class=''; + if($this->type != 'own') + $class=' dispnone'; + ?> + <div class='details<?php echo $class;?>'> <?php if(Pbs_Acl::checkRight('booai')): ?> <label>BootmenuID</label> <div class='item'><?php echo $this->escape($bootmenu->getID()); ?></div> |
