summaryrefslogtreecommitdiff
path: root/templates/admin_import_check.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_import_check.html')
-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" />