diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_myshifts.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/templates/user_myshifts.html b/templates/user_myshifts.html deleted file mode 100644 index fdb1631a..00000000 --- a/templates/user_myshifts.html +++ /dev/null @@ -1,46 +0,0 @@ -<p> -%intro% -</p> -%msg% -<table> - <thead> - <tr> - <th> - Tag - </th> - <th> - Zeit - </th> - <th> - Ort - </th> - <th> - Name & Kollegen - </th> - <th> - Kommentar - </th> - <th> - Aktion - </th> - </tr> - </thead> - <tbody> - %shifts% - </tbody> - <tfoot> - <tr> - <th>Summe</th> - <th>%time_sum% Stunden</th> - <th></th> - <th></th> - <th></th> - <th></th> - </tr> - </tfoot> -</table> -<hr /> -<h2>iCal Export</h2> -<p> - %ical_text% -</p> |