summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-30 18:23:10 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-30 18:23:10 +0100
commit8fd5ffb3352f28557187ae16aaabb4b245a22941 (patch)
treea4429fb800bc0dc0a2b0076596389cec58c85048 /templates
parentf5f698a2a5a5c6b667c075469063882daf2a3ba0 (diff)
cleanup user myshifts
Diffstat (limited to 'templates')
-rw-r--r--templates/user_myshifts.html46
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 &amp; 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>