diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-12-12 22:11:46 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-12-12 22:11:46 +0100 |
commit | 518f8d0d586280de05d5b21417a9d61a94dd1c01 (patch) | |
tree | f5dbbc05f7ad6490dfe9586a5f3d4304ab537204 /templates/user_shifts.html | |
parent | 572a986e480c5273742720f888010950a15be029 (diff) | |
parent | db95fe6485f13c0041bbafbb0004b171cd9122e7 (diff) |
Merge branch 'master' of https://vcs.wybt.net/engelsystem/git
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index f3c973b4..b035d23b 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -5,7 +5,8 @@ %type_select% %day_select% %filled_select% -<input class="button" type="submit" style="width: 100%;" value="Filtern"> +<div>%task_notice%</div> +<input class="button" type="submit" style="width: 100%;" value="%filter%"> </fieldset> </form> @@ -13,10 +14,10 @@ <thead> <tr> <th> - Zeit/Raum + %header1% </th> <th> - Einträge + %header2% </th> </tr> </thead> @@ -26,7 +27,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> |