summaryrefslogtreecommitdiff
path: root/templates/admin_shifts.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-09-06 21:05:09 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-09-06 21:05:09 +0200
commit82522881d4a2a1958aa4af452758932f9ad04358 (patch)
tree08ce93a5b4a596ac63d545a3bd334e14e235781e /templates/admin_shifts.html
parente665d1701ff588ad6d25ebad0876eca0ca72eafd (diff)
begin form validation
Diffstat (limited to 'templates/admin_shifts.html')
-rw-r--r--templates/admin_shifts.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/admin_shifts.html b/templates/admin_shifts.html
index 3c8da90c..45663956 100644
--- a/templates/admin_shifts.html
+++ b/templates/admin_shifts.html
@@ -1,5 +1,9 @@
+<noscript>
+ Diese Seite ist mit aktiviertem JavaScript sehr viel komfortabler.
+</noscript>
<form action="" method="post">
<fieldset>
+ %msg%
<p>
<label>
Name/Beschreibung:
@@ -15,13 +19,13 @@
<label>
Beginn:
</label>
- <input type="text" value="" />
+ <input type="text" name="start" value="%start%" />
</p>
<p>
<label>
Ende:
</label>
- <input type="text" value="" />
+ <input type="text" name="end" value="%end%" />
</p><h2>Modus:</h2>
<p>
<label>