summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-18 09:41:41 +0200
committerBjörn Geiger2011-10-18 09:41:41 +0200
commit968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625 (patch)
tree3c83e61992b225fbfcf3f51330ac6741cd92c398 /application
parentweitere korrektur (diff)
downloadpoolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.tar.gz
poolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.tar.xz
poolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.zip
Edit funktioniert wieder
Diffstat (limited to 'application')
-rwxr-xr-xapplication/views/scripts/event/add.phtml2
-rwxr-xr-xapplication/views/scripts/event/edit.phtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index a84e8b5..b8b0555 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -13,10 +13,10 @@ if(isset($this->bootoslist)) {
echo "<script type=\"text/javascript\">";
$ids = implode(", ", $bootosIDs);
echo "var bootosIDs = new Array(" . $ids . ");\n";
-echo "bootosfieldChanged(\"pbs_bootosID\", bootosIDs);\n";
echo "</script>";
echo $this->addForm;
echo '<script type="text/javascript">
+ bootosfieldChanged("pbs_bootosID", bootosIDs);
addeventcategoryfieldChanged("category", bootosIDs);
immediateChanged("immediate");
$(function() {
diff --git a/application/views/scripts/event/edit.phtml b/application/views/scripts/event/edit.phtml
index 7eb6d61..81aca58 100755
--- a/application/views/scripts/event/edit.phtml
+++ b/application/views/scripts/event/edit.phtml
@@ -13,10 +13,10 @@ if(isset($this->bootoslist)) {
echo "<script type=\"text/javascript\">";
$ids = implode(", ", $bootosIDs);
echo "bootosIDs = new Array(" . $ids . ");\n";
-echo "bootosfieldChanged(\"pbs_bootosID\", bootosIDs);\n";
echo "</script>";
echo $this->editForm;
echo '<script type="text/javascript">
+ bootosfieldChanged("pbs_bootosID", bootosIDs);
$(function() {
$("#start").datetimepicker({
dateFormat: "mm/dd/yy",