summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-11 21:58:06 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-11 21:58:06 +0200
commitf058a07a5ea31221d7f3cb415cb75d1e7e857a38 (patch)
tree91d76a34c2f0ad59ab433dba3e181f2761a85571 /templates
parentf59f0eae9c44a7464eded0a0d4352c0689df6d11 (diff)
#4 pentabarf shift import
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_import_check.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html
index 864339fc..a74f1693 100644
--- a/templates/admin_import_check.html
+++ b/templates/admin_import_check.html
@@ -10,7 +10,7 @@
</tr>
</thead>
<tbody>
- %rooms_new%
+ %rooms_new%
</tbody>
</table>
<h3>Rooms to delete</h3>
@@ -23,7 +23,29 @@
</tr>
</thead>
<tbody>
- %rooms_deleted%
+ %rooms_deleted%
+ </tbody>
+ </table>
+ <h3>Shifts to create</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Day
+ </th>
+ <th>
+ Start
+ </th>
+ <th>
+ End
+ </th>
+ <th>
+ Room
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %events_new%
</tbody>
</table>
<input type="submit" name="submit" value="Submit" />