diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-12-30 18:23:10 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-12-30 18:23:10 +0100 |
commit | 8fd5ffb3352f28557187ae16aaabb4b245a22941 (patch) | |
tree | a4429fb800bc0dc0a2b0076596389cec58c85048 /templates/user_myshifts.html | |
parent | f5f698a2a5a5c6b667c075469063882daf2a3ba0 (diff) |
cleanup user myshifts
Diffstat (limited to 'templates/user_myshifts.html')
-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> |