summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootmenu
diff options
context:
space:
mode:
authormichael pereira2011-04-12 14:04:59 +0200
committermichael pereira2011-04-12 14:04:59 +0200
commit967b36157bff99cf6d91735f12c4f1cf40e176b6 (patch)
treed435b0878949758d066116b59e1abb4ac7b9c9f0 /application/modules/user/views/scripts/bootmenu
parentpreboot fix (diff)
parentGroupGraph padding hinzugefügt (diff)
downloadpbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.tar.gz
pbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.tar.xz
pbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
-rw-r--r--application/modules/user/views/scripts/bootmenu/index.phtml10
1 files changed, 8 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml
index cda6f87..332a1a4 100644
--- a/application/modules/user/views/scripts/bootmenu/index.phtml
+++ b/application/modules/user/views/scripts/bootmenu/index.phtml
@@ -36,7 +36,10 @@
$class= 'highlight';
?>
<div class='element<?php echo " $class";?>'>
- <div class='number'><?php echo $k+1 ?></div>
+ <div class='number'>
+ <div class='smallnumber'>BMenu</div>
+ <?php echo $k+1 ?>
+ </div>
<div class='content'>
<div class='actions'>
<?php if(Pbs_Acl::checkRight('boodbm') && $this->type == 'group'): ?>
@@ -107,7 +110,10 @@
<?php endif; ?>
<?php foreach ($this->bootmenuentrylist[$bootmenu->getID()] as $k => $bootmenuentry): ?>
<div class='element'>
- <div class='number'><?php echo $k+1 ?></div>
+ <div class='number'>
+ <div class='smallnumber'>BMEntry</div>
+ <?php echo $k+1 ?>
+ </div>
<div class='content'>
<div class='actions'>
<?php if((Pbs_Acl::checkRight('booai') && $this->type == 'group') || (Pbs_Acl::checkRight('booaio') && $this->type == 'own')): ?>