summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-14 13:28:03 +0200
committerBjörn Geiger2011-10-14 13:28:03 +0200
commitf872fa5c2be8a459e6a3bddb99fc8f71a84d8930 (patch)
tree218a5394eb6ef4eb70b05c361fd6006dbca8a3bb /application/forms/EventAdd.php
parentKleinen Fehler behoben (diff)
downloadpoolctrl-f872fa5c2be8a459e6a3bddb99fc8f71a84d8930.tar.gz
poolctrl-f872fa5c2be8a459e6a3bddb99fc8f71a84d8930.tar.xz
poolctrl-f872fa5c2be8a459e6a3bddb99fc8f71a84d8930.zip
js korrigiert
Diffstat (limited to 'application/forms/EventAdd.php')
-rwxr-xr-xapplication/forms/EventAdd.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 23ec769..09f96d6 100755
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -130,18 +130,6 @@ class Application_Form_EventAdd extends Zend_Form
public function init()
{
- if(isset($this->bootoslist)) {
- foreach($this->bootoslist as $bootos) {
- $bootosIDs[] = $bootos->getID();
- }
- }
-
- echo "<script type=\"text/javascript\">\n";
- $ids = implode(", ", $bootosIDs);
- echo "bootosIDs = new Array(" . $ids . ");\n";
- echo "bootosfieldChanged(\"pbs_bootosID\", bootosIDs);\n";
- echo "</script>";
-
$this->setName('EventAdd');
$this->setMethod('post');
@@ -332,27 +320,5 @@ class Application_Form_EventAdd extends Zend_Form
'label' => 'Cancel',
'onclick' => 'location.href="/event/"',
));
-
- echo '<script type="text/javascript">
- addeventcategoryfieldChanged("category");
- immediateChanged("immediate");
- $(function() {
- $("#start").datetimepicker({
- dateFormat: "mm/dd/yy",
- timeFormat: "hh:mm tt",
- ampm: true
- });
- $("#end").datetimepicker({
- dateFormat: "mm/dd/yy",
- timeFormat: "hh:mm tt",
- ampm: true
- });
- $("#repeatdate").datetimepicker({
- dateFormat: "mm/dd/yy",
- timeFormat: "hh:mm tt",
- ampm: true
- });
- });
- </script>';
}
} \ No newline at end of file