summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 14:36:39 +0200
committerBjörn Geiger2011-09-08 14:36:39 +0200
commit7fafa407f60327c5c67a007a906ee2bd91c0fb3a (patch)
treeac3473e43f1e788248abb2394941ddae769403c2 /public
parentweitere Korrektur (diff)
parentminor (diff)
downloadpoolctrl-7fafa407f60327c5c67a007a906ee2bd91c0fb3a.tar.gz
poolctrl-7fafa407f60327c5c67a007a906ee2bd91c0fb3a.tar.xz
poolctrl-7fafa407f60327c5c67a007a906ee2bd91c0fb3a.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
Diffstat (limited to 'public')
-rw-r--r--public/media/js/script.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/media/js/script.js b/public/media/js/script.js
index f37ee6a..3b61562 100644
--- a/public/media/js/script.js
+++ b/public/media/js/script.js
@@ -110,19 +110,19 @@ function eventcategoryfieldChanged(name) {
setElementInvisible("end-element");
disableElement('end');
removeElementAttribute('repeat', 'checked');
- startLabel.children().text('Date (mm/dd/yyyy H:min):');
+ startLabel.children().text('Date:');
} else if (label == 'Lecture') {
setElementVisible("end-label");
setElementVisible("end-element");
enableElement('end');
setElementAttribute('repeat', 'checked', 'checked');
- startLabel.children().text('Start (mm/dd/yyyy H:min):');
+ startLabel.children().text('Start:');
} else {
setElementVisible("end-label");
setElementVisible("end-element");
enableElement('end');
removeElementAttribute('repeat', 'checked');
- startLabel.children().text('Start (mm/dd/yyyy H:min):');
+ startLabel.children().text('Start:');
}
repeatChanged('repeat');
} \ No newline at end of file