summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/preboot
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/preboot
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/preboot')
-rw-r--r--application/modules/user/views/scripts/preboot/index.phtml5
1 files changed, 4 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml
index 8d8da26..620fb4f 100644
--- a/application/modules/user/views/scripts/preboot/index.phtml
+++ b/application/modules/user/views/scripts/preboot/index.phtml
@@ -25,7 +25,10 @@
echo "There are no Preboot entries to display." ?>
<?php foreach ($this->prebootlist as $k => $preboot): ?>
<div class='element'>
- <div class='number'><?php echo $k+1 ?></div>
+ <div class='number'>
+ <div class='smallnumber'>Preboot</div>
+ <?php echo $k+1 ?>
+ </div>
<div class='content'>
<div class='actions'>
<?php if(Pbs_Acl::checkRight('pru')): ?>