summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorsebastian wagner2011-09-14 12:37:53 +0200
committersebastian wagner2011-09-14 12:37:53 +0200
commit8b4c219effecf92a5fc33b3b56cede2779a9e554 (patch)
treea3478243561d9b03a1c3479e78298f588f65569d /application/views/scripts
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-8b4c219effecf92a5fc33b3b56cede2779a9e554.tar.gz
poolctrl-8b4c219effecf92a5fc33b3b56cede2779a9e554.tar.xz
poolctrl-8b4c219effecf92a5fc33b3b56cede2779a9e554.zip
dialog changes
Diffstat (limited to 'application/views/scripts')
-rwxr-xr-xapplication/views/scripts/event/index.phtml5
1 files changed, 1 insertions, 4 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index a62f47e..f1b674d 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -252,15 +252,12 @@ var poolID;
eventResize: function( event, dayDelta, minuteDelta, revertFunc ) {
- if (minuteDelta > 0) { length = 'longer';
- }else{ length = 'shorter'; }
-
$(function() {
$( "#defaultDialog" ).dialog({
autoOpen: false,
width: 600,
modal: true,
- title: event.title + " is now " + minuteDelta + " minutes " + length,
+ title: "The End Date of " + event.title + " is now " + event.end,
buttons: {
"Cancel": function() {
$(this).dialog("close");