summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Bootmenu.php
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/forms/Bootmenu.php
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/forms/Bootmenu.php')
-rw-r--r--application/modules/user/forms/Bootmenu.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/modules/user/forms/Bootmenu.php b/application/modules/user/forms/Bootmenu.php
index 77b8f3c..0a827d9 100644
--- a/application/modules/user/forms/Bootmenu.php
+++ b/application/modules/user/forms/Bootmenu.php
@@ -50,6 +50,14 @@ class user_Form_Bootmenu extends Zend_Form
'required' => true,
'label' => 'Title:',
));
+ $this->addElement('text', 'startcounter', array(
+ 'filters' => array('StringTrim'),
+ 'validators' => array(
+ array('Int'),
+ ),
+ 'required' => true,
+ 'label' => 'Startcounter:',
+ ));
if($this->action == "createbootmenu")
$label = "Create Bootmenu";