summaryrefslogtreecommitdiff
path: root/templates/admin_import_check.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-03-26 20:04:11 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-03-26 20:04:11 +0100
commit3401c6f8b6e85a94714cce775323652c59993ece (patch)
tree7a3a949fdd02e7826716d7b4ab788c6ef3695cc4 /templates/admin_import_check.html
parentcf20bc1c293d50886c306a7a5fd2e83191313611 (diff)
admin import now without template files
Diffstat (limited to 'templates/admin_import_check.html')
-rw-r--r--templates/admin_import_check.html106
1 files changed, 0 insertions, 106 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html
deleted file mode 100644
index 788ea58e..00000000
--- a/templates/admin_import_check.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<form action="%link%&step=import" method="post">
- <fieldset>
- <h3>Rooms to create</h3>
- <table>
- <thead>
- <tr>
- <th>
- Name
- </th>
- </tr>
- </thead>
- <tbody>
- %rooms_new%
- </tbody>
- </table>
- <h3>Rooms to delete</h3>
- <table>
- <thead>
- <tr>
- <th>
- Name
- </th>
- </tr>
- </thead>
- <tbody>
- %rooms_deleted%
- </tbody>
- </table>
- <h3>Shifts to create</h3>
- <table>
- <thead>
- <tr>
- <th>
- Day
- </th>
- <th>
- Start
- </th>
- <th>
- End
- </th>
- <th>
- Name
- </th>
- <th>
- Room
- </th>
- </tr>
- </thead>
- <tbody>
- %events_new%
- </tbody>
- </table>
- <h3>Shifts to update</h3>
- <table>
- <thead>
- <tr>
- <th>
- Day
- </th>
- <th>
- Start
- </th>
- <th>
- End
- </th>
- <th>
- Name
- </th>
- <th>
- Room
- </th>
- </tr>
- </thead>
- <tbody>
- %events_updated%
- </tbody>
- </table>
- <h3>Shifts to delete</h3>
- <table>
- <thead>
- <tr>
- <th>
- Day
- </th>
- <th>
- Start
- </th>
- <th>
- End
- </th>
- <th>
- Name
- </th>
- <th>
- Room
- </th>
- </tr>
- </thead>
- <tbody>
- %events_deleted%
- </tbody>
- </table>
- <input type="submit" name="submit" value="Submit" />
- </fieldset>
-</form> \ No newline at end of file