summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-28 22:40:48 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-28 22:40:48 +0100
commit1e05da6c8114238edb499fd21104bd573f9cf3e3 (patch)
treef9bb035f606774a85a17748619e2e10bad1b58b8 /templates/user_shifts.html
parent8a5915594ffbbf529c827b2ce31a64590b0d1b14 (diff)
gettext for user sites
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r--templates/user_shifts.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html
index 0bdebc50..ea73ead1 100644
--- a/templates/user_shifts.html
+++ b/templates/user_shifts.html
@@ -9,8 +9,8 @@ function set_to_now(id) {
}
}
</script>
-<form action="#shifts" type="get">
-<fieldset class="form" id="filter"><legend>Filter</legend>
+<form action="#shifts" method="get">
+<fieldset class="form" id="filter"><legend>%filter%</legend>
<div>
%start_select% <input type="time" id="start_time" name="start_time" size="5" pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%start_time%"> <img src="pic/icons/clock.png" alt="Now" title="Now" style="cursor: pointer;vertical-align: middle;" onclick="set_to_now('start');">
&#8211; %end_select% <input type="time" id="end_time" name="end_time" size="5" pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%end_time%"> <img src="pic/icons/clock.png" alt="Now" title="Now" style="cursor: pointer;vertical-align: middle;" onclick="set_to_now('end');">
@@ -27,7 +27,4 @@ function set_to_now(id) {
%shifts_table%
-<h2>iCal Export</h2>
-<p>
- %ical_text%
-</p>
+%ical_text%