diff options
| author | michael pereira | 2011-04-12 14:04:59 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-12 14:04:59 +0200 |
| commit | 967b36157bff99cf6d91735f12c4f1cf40e176b6 (patch) | |
| tree | d435b0878949758d066116b59e1abb4ac7b9c9f0 /application/modules/user/views/scripts/preboot | |
| parent | preboot fix (diff) | |
| parent | GroupGraph padding hinzugefügt (diff) | |
| download | pbs2-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.phtml | 5 |
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')): ?> |
