From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 20:32:48 +0200 Subject: Rename "template" directory to "theme" This commit renames the "template" directory to "theme" because "theme" is the more correct term here. --- theme/admin/html/user/delete.php | 6 +++ theme/admin/html/user/form.php | 104 +++++++++++++++++++++++++++++++++++++++ theme/admin/html/user/index.php | 13 +++++ theme/admin/html/user/insert.php | 4 ++ theme/admin/html/user/item.php | 28 +++++++++++ theme/admin/html/user/update.php | 4 ++ 6 files changed, 159 insertions(+) create mode 100644 theme/admin/html/user/delete.php create mode 100644 theme/admin/html/user/form.php create mode 100644 theme/admin/html/user/index.php create mode 100644 theme/admin/html/user/insert.php create mode 100644 theme/admin/html/user/item.php create mode 100644 theme/admin/html/user/update.php (limited to 'theme/admin/html/user') diff --git a/theme/admin/html/user/delete.php b/theme/admin/html/user/delete.php new file mode 100644 index 0000000..01927b2 --- /dev/null +++ b/theme/admin/html/user/delete.php @@ -0,0 +1,6 @@ +

text('delete_user')?>

+

text('delete_user_desc')?>

+ +

text('delete_user_warning')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/user/form.php b/theme/admin/html/user/form.php new file mode 100644 index 0000000..9f17cac --- /dev/null +++ b/theme/admin/html/user/form.php @@ -0,0 +1,104 @@ +
+ + + +
+
    + +
  • + +
+
+ + + +
+
+
+
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
    +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+
+ +
+
+
    + $explanation):?> +
  • + +
+
+
+ +
+ +
+ +
+ + +
+ + + + + + + +
+
\ No newline at end of file diff --git a/theme/admin/html/user/index.php b/theme/admin/html/user/index.php new file mode 100644 index 0000000..aae8ee8 --- /dev/null +++ b/theme/admin/html/user/index.php @@ -0,0 +1,13 @@ +

text('user_overview')?>

+

text('overview_user_desc')?>

+ + +
+ + + +
+ + \ No newline at end of file diff --git a/theme/admin/html/user/insert.php b/theme/admin/html/user/insert.php new file mode 100644 index 0000000..5cbdd06 --- /dev/null +++ b/theme/admin/html/user/insert.php @@ -0,0 +1,4 @@ +

text('insert_user')?>

+

text('insert_user_desc')?>

+ + \ No newline at end of file diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php new file mode 100644 index 0000000..d8e43cf --- /dev/null +++ b/theme/admin/html/user/item.php @@ -0,0 +1,28 @@ +
+
+

+
+ # + +
+
+
+

+
+ + + + + + +
\ No newline at end of file diff --git a/theme/admin/html/user/update.php b/theme/admin/html/user/update.php new file mode 100644 index 0000000..e023925 --- /dev/null +++ b/theme/admin/html/user/update.php @@ -0,0 +1,4 @@ +

text('update_user')?>

+

text('update_user_desc')?>

+ + \ No newline at end of file -- cgit v1.2.3