summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/EventAdd.php')
-rwxr-xr-xapplication/forms/EventAdd.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 864f584..0aee9e0 100755
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -168,6 +168,12 @@ class Application_Form_EventAdd extends Zend_Form
'label' => 'Immediate Event:',
'value' => array(0,1),
));
+
+ $this->addElement('checkbox', 'force', array(
+ 'required' => false,
+ 'label' => 'Force event:',
+ 'value' => array(0,1),
+ ));
$this->addElement('text', 'start', array(
'filters' => array('StringTrim'),