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/bootos | |
| 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/bootos')
| -rw-r--r-- | application/modules/user/views/scripts/bootos/index.phtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index 94e35c0..c0f201e 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -1,5 +1,8 @@ -<h1>BootOS</h1> +<h1>BootOS<img class='helpericon' src='/media/img/bulb_off.png' /></h1> <?php if($this->notification != ''){echo $this->notification;} ?> + +<div class='helper infobox'>Here you can see all available BootOs you can select to start. Before you can boot one of these you have to add it to your BootMenu.</div> + <?php echo $this->searchform; ?> <?php if(Pbs_Acl::checkRight('bou')): ?> @@ -27,8 +30,7 @@ <div class='code'>share</div> <div class='code'>shortname</div> <div class='code'>source</div> - <?php endif; ?> - + <?php endif; ?> <div class='code'>title</div> <div class='code'>groupID</div> <div class='code'>description</div> |
