summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/config
diff options
context:
space:
mode:
authorSimon2011-04-20 11:52:13 +0200
committerSimon2011-04-20 11:52:13 +0200
commit23f07cc0d8b7713b7997846c14926e1e7f4f68d0 (patch)
tree87625b1566d8baf210e6c9bf122493e9ba8464b9 /application/modules/user/views/scripts/config
parentSuche in BootMenu wird für normlen Benutzer ausgeblendet (diff)
downloadpbs2-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/config')
-rw-r--r--application/modules/user/views/scripts/config/index.phtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/config/index.phtml b/application/modules/user/views/scripts/config/index.phtml
index 8361ffd..bfcce9f 100644
--- a/application/modules/user/views/scripts/config/index.phtml
+++ b/application/modules/user/views/scripts/config/index.phtml
@@ -1,5 +1,10 @@
-<h1>Config</h1>
+<h1>Config<?php if(Pbs_Acl::checkRight('csui')): ?><img class='helpericon' src='/media/img/bulb_off.png' /><?php endif; ?></h1>
<?php if($this->notification != ''){echo $this->notification;} ?>
+
+<?php if(Pbs_Acl::checkRight('csui')): ?>
+<div class='helper infobox'>Here you the the available Configs which you can select to your BootOS. The Config does some modification to the selected BootOs after the start. In Most Cases you don't have to change here anything.</div>
+<?php endif; ?>
+
<?php echo $this->searchform; ?>
<?php $conflabel = $this->type == 'own'?'group':'own';?>