summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-08 14:32:18 +0200
committerSebastian Wagner2011-09-08 14:32:18 +0200
commit01acdd359c42acd33261fff0eb4a823332c7bb7d (patch)
tree2327cbb57cb7ac208e10496c298b2c0ad0c370bd /public
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-01acdd359c42acd33261fff0eb4a823332c7bb7d.tar.gz
poolctrl-01acdd359c42acd33261fff0eb4a823332c7bb7d.tar.xz
poolctrl-01acdd359c42acd33261fff0eb4a823332c7bb7d.zip
minor
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