summaryrefslogtreecommitdiffstats
path: root/application/modules/user/layouts/user.phtml
diff options
context:
space:
mode:
authormichael pereira2011-04-20 18:49:49 +0200
committermichael pereira2011-04-20 18:49:49 +0200
commitcc3660add480ac1dc217d7f853b325db7d6ec7d0 (patch)
tree8056c87777d806c613a607c3f479ce07475b5db6 /application/modules/user/layouts/user.phtml
parentAPI + Fixes (diff)
parentUrl für Config gekürzt (diff)
downloadpbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.tar.gz
pbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.tar.xz
pbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.zip
merges
Diffstat (limited to 'application/modules/user/layouts/user.phtml')
-rw-r--r--application/modules/user/layouts/user.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/layouts/user.phtml b/application/modules/user/layouts/user.phtml
index 53d2574..672877b 100644
--- a/application/modules/user/layouts/user.phtml
+++ b/application/modules/user/layouts/user.phtml
@@ -42,7 +42,7 @@ echo $this->headScript()."\n";
if(Pbs_Acl::checkRight('ro'))
echo "<li class='navTreeItem'><a href='/user/role'>Role</a></li>";
if(Pbs_Acl::checkRight('bai') || Pbs_Acl::checkRight('bui'))
- echo "<li class='navTreeItem'><a href='/user/bootiso'>BootIso</a></li>";
+ echo "<li class='navTreeItem'><a href='/user/bootiso'>BootMedium</a></li>";
if(Pbs_Acl::checkRight('pro'))
echo "<li class='navTreeItem'><a href='/user/preboot'>PreBoot</a></li>";
if(Pbs_Acl::checkRight('booai') || Pbs_Acl::checkRight('booui'))
@@ -146,4 +146,4 @@ echo $this->headScript()."\n";
<?php print_a('Session',$_SESSION,'GET',$_GET,'POST',$_POST); ?></div>
</div>
</body>
-</html> \ No newline at end of file
+</html>