diff options
Diffstat (limited to 'templates/admin_import_check.html')
-rw-r--r-- | templates/admin_import_check.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html new file mode 100644 index 00000000..864339fc --- /dev/null +++ b/templates/admin_import_check.html @@ -0,0 +1,31 @@ +<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> + <input type="submit" name="submit" value="Submit" /> + </fieldset> +</form>
\ No newline at end of file |