summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-11 22:41:58 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-11 22:41:58 +0200
commit4e802b2127e2561b5c9b3a59c19aff22e64567d8 (patch)
treeaefe3bd120b1b891b906b1c7863d4cf5448daecc /templates
parent5597e23ae111ed8ec9e51a9101eab416d43d1dda (diff)
#4 pentabarf xml import done
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_import_check.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html
index a74f1693..291ad9df 100644
--- a/templates/admin_import_check.html
+++ b/templates/admin_import_check.html
@@ -48,6 +48,50 @@
%events_new%
</tbody>
</table>
+ <h3>Shifts to update</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Day
+ </th>
+ <th>
+ Start
+ </th>
+ <th>
+ End
+ </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>
+ Room
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %events_deleted%
+ </tbody>
+ </table>
<input type="submit" name="submit" value="Submit" />
</fieldset>
</form> \ No newline at end of file