summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootmenu
diff options
context:
space:
mode:
authorSimon2011-04-20 13:08:33 +0200
committerSimon2011-04-20 13:08:33 +0200
commit624cbcae5c9b5bcedf03c77460b07eb20fbb2366 (patch)
tree8a768c4f55d982384982f3c541b1d4b8d319ca96 /application/modules/user/views/scripts/bootmenu
parentTicket #229 - Hilfetexte wurde bei den Bereichen, zu denen Benutzer zugriff h... (diff)
downloadpbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.gz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.xz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.zip
Automatischer Start nach x Sekunden hinzugefügt
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
-rw-r--r--application/modules/user/views/scripts/bootmenu/index.phtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml
index e9a6958..cf23e1d 100644
--- a/application/modules/user/views/scripts/bootmenu/index.phtml
+++ b/application/modules/user/views/scripts/bootmenu/index.phtml
@@ -108,7 +108,8 @@
<?php endif; ?>
</div>
<div class='title'><?php echo $this->escape($bootmenu->getTitle()); ?></div>
- <div class='subtitle'><?php echo count($this->bootmenuentrylist[$bootmenu->getID()]);?> Entrys - <?php echo $this->escape($bootmenu->getCreated()); ?></div>
+ <div class='subtitle'><?php echo count($this->bootmenuentrylist[$bootmenu->getID()]);?> Entrys -
+ Startcounter: <?php echo $this->escape($bootmenu->getStartcounter()); ?> - <?php echo $this->escape($bootmenu->getCreated()); ?></div>
<?php
$class='';
if($this->type != 'own')