diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-12 00:22:30 +0100 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-12 00:22:30 +0100 |
commit | a007a23d758709d1b7210b2c79f4ce17fb6c18f0 (patch) | |
tree | c232548eaeda54c8906a025780deee6ae2c882f1 /templates/user_shifts.html | |
parent | 572a986e480c5273742720f888010950a15be029 (diff) |
fix #91 (SQL error in shift filter) and translate "shifts" and "my shifts" a lot
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index f3c973b4..8bd42e45 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -5,7 +5,7 @@ %type_select% %day_select% %filled_select% -<input class="button" type="submit" style="width: 100%;" value="Filtern"> +<input class="button" type="submit" style="width: 100%;" value="%filter%"> </fieldset> </form> @@ -13,10 +13,10 @@ <thead> <tr> <th> - Zeit/Raum + %header1% </th> <th> - Einträge + %header2% </th> </tr> </thead> @@ -26,7 +26,5 @@ </table> <h2>iCal Export</h2> <p> - Zum abonnieren in Deiner Kalender-Software benutze folgenden öffentlichen Link (daher bitte geheimhalten, im Notfall Deinen <a href="%reset_link%">Key zurücksetzen</a>): - <br/> - <a href="%ical_link%">%ical_link%</a> + %ical_text% </p> |