summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-15 16:45:16 +0200
committerSebastian Wagner2011-09-15 16:45:16 +0200
commite91e271f152bdafd557eeebf37b631ed43973227 (patch)
tree7241afeb22fedff4e8a0c53b51239aea4bfb101b
parentmulticheckbox to select days in addForm (diff)
downloadpoolctrl-e91e271f152bdafd557eeebf37b631ed43973227.tar.gz
poolctrl-e91e271f152bdafd557eeebf37b631ed43973227.tar.xz
poolctrl-e91e271f152bdafd557eeebf37b631ed43973227.zip
minor
-rwxr-xr-xapplication/forms/EventAdd.php3
-rwxr-xr-xpublic/media/css/style.css4
2 files changed, 6 insertions, 1 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 3dc5676..a2719bf 100755
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -182,7 +182,7 @@ class Application_Form_EventAdd extends Zend_Form
/*
* This is the multiCheckbox to select special days.
* To do: create a css-file...
- *
+ *
$this->addElement('multiCheckbox', 'repeatDays', array(
'multiOptions' => array(
'mon' => 'Monday',
@@ -199,6 +199,7 @@ class Application_Form_EventAdd extends Zend_Form
'value'=>array(0,1),
));
*/
+
$this->addElement('select', 'repeatOption', array(
'multioptions' => array(
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 5b80cfe..ffbeaa2 100755
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -350,6 +350,10 @@ div.dsf {
font-family: Courier New, monospace;
}
+/*
+* ZendForm CSS
+*/
+
dl.zend_form dt {
width: 205px;
float: left;