summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-24 19:07:23 +0200
committerSebastian Wagner2011-10-24 19:07:23 +0200
commit8d3e05c258bb653d02b4c010e0bd46103cf6ab2e (patch)
tree30953adb2155359641b61f340273cafbd6d4a237 /application/views
parentsome bugfixes (diff)
downloadpoolctrl-8d3e05c258bb653d02b4c010e0bd46103cf6ab2e.tar.gz
poolctrl-8d3e05c258bb653d02b4c010e0bd46103cf6ab2e.tar.xz
poolctrl-8d3e05c258bb653d02b4c010e0bd46103cf6ab2e.zip
add loading img
Diffstat (limited to 'application/views')
-rwxr-xr-xapplication/views/scripts/event/index.phtml9
1 files changed, 7 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 38ccf92..f49f104 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -2,7 +2,7 @@
<div id='calendar'
style='margin: 3em 0; font-size: 13px'></div>
-
+
<script type="text/javascript">
$(document).ready(function() {iniCalendar();});
@@ -208,6 +208,8 @@ var dayClick = false;
slotMinutes: 15,
defaultEventMinutes: 10,
+ loading: function(bool) { if (bool) $('#progress').show(); else $('#progress').hide(); },
+
/*
dayClick: function( date, allDay, jsEvent, view ) {
@@ -893,7 +895,7 @@ var dayClick = false;
}
});
});
-
+
</script>
<!-- DIALOG WINDOWS -->
@@ -990,3 +992,6 @@ selected one?</p>
<div id="defaultDialog" style="display: none">
<p>Are you sure about this change?</p>
</div>
+
+<!-- add loading image -->
+<IMG id="progress" class="mitte" src="/media/img/loader.gif"/> \ No newline at end of file