summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-10 14:28:26 +0200
committerSebastian Wagner2011-10-10 14:28:26 +0200
commit6f59d09c5195d91cc181fd81864bc1e370b99466 (patch)
tree4a4f3adc1a3e78636e394d09d96a7dec32298af0 /application/views
parentsome changes (diff)
downloadpoolctrl-6f59d09c5195d91cc181fd81864bc1e370b99466.tar.gz
poolctrl-6f59d09c5195d91cc181fd81864bc1e370b99466.tar.xz
poolctrl-6f59d09c5195d91cc181fd81864bc1e370b99466.zip
bugfix
Diffstat (limited to 'application/views')
-rwxr-xr-xapplication/views/scripts/event/index.phtml10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 3f54769..07b3b37 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -506,7 +506,7 @@ var dayClick = false;
eventDragStop: function(event, jsEvent, ui, view, date) {
//var date = $('#calendar').fullCalendar('getDate');
- alert(date);
+ //alert(date);
/*
if() {
isDroppable = false;
@@ -755,28 +755,28 @@ var dayClick = false;
<!-- delete wdhEvent -->
<div id="eventDeleteWdhDialog" style="display: none">
-<p>This is a Wdh-Event!</p>
+<p>This is a Repeat-Event!</p>
<p>Do you want to delete any event occurring this event or just the
selected one?</p>
</div>
<!-- resize wdhEvent -->
<div id="eventResizeWdhDialog" style="display: none">
-<p>This is a Wdh-Event!</p>
+<p>This is a Repeat-Event!</p>
<p>Do you want to resize any event occurring this event or just the
selected one?</p>
</div>
<!-- move wdhEvent -->
<div id="eventMoveWdhDialog" style="display: none">
-<p>This is a Wdh-Event!</p>
+<p>This is a Repeat-Event!</p>
<p>Do you want to move any event occurring this event or just the
selected one?</p>
</div>
<!-- edit wdhEvent -->
<div id="eventEditWdhDialog" style="display: none">
-<p>This is a Wdh-Event!</p>
+<p>This is a Repeat-Event!</p>
<p>Do you want to edit any event occurring this event or just the
selected one?</p>
</div>