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_myshifts.html | |
parent | 572a986e480c5273742720f888010950a15be029 (diff) |
fix #91 (SQL error in shift filter) and translate "shifts" and "my shifts" a lot
Diffstat (limited to 'templates/user_myshifts.html')
-rw-r--r-- | templates/user_myshifts.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/templates/user_myshifts.html b/templates/user_myshifts.html index 97f66601..43e97b03 100644 --- a/templates/user_myshifts.html +++ b/templates/user_myshifts.html @@ -1,10 +1,5 @@ <p> - Hier sind Deine Schichten. - <br/> - Versuche bitte <b>15 Minuten</b> - vor Schichtbeginn anwesend zu sein! - <br/> - Du kannst Dich %h% Stunden vor Schichtbeginn noch aus Schichten wieder austragen. +%intro% </p> %msg% <table> @@ -37,7 +32,5 @@ <hr /> <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> |