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. --- template/admin/html/user/delete.php | 6 --- template/admin/html/user/form.php | 104 ------------------------------------ template/admin/html/user/index.php | 13 ----- template/admin/html/user/insert.php | 4 -- template/admin/html/user/item.php | 28 ---------- template/admin/html/user/update.php | 4 -- 6 files changed, 159 deletions(-) delete mode 100644 template/admin/html/user/delete.php delete mode 100644 template/admin/html/user/form.php delete mode 100644 template/admin/html/user/index.php delete mode 100644 template/admin/html/user/insert.php delete mode 100644 template/admin/html/user/item.php delete mode 100644 template/admin/html/user/update.php (limited to 'template/admin/html/user') diff --git a/template/admin/html/user/delete.php b/template/admin/html/user/delete.php deleted file mode 100644 index 01927b2..0000000 --- a/template/admin/html/user/delete.php +++ /dev/null @@ -1,6 +0,0 @@ -

text('delete_user')?>

-

text('delete_user_desc')?>

- -

text('delete_user_warning')?>

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

text('user_overview')?>

-

text('overview_user_desc')?>

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

text('insert_user')?>

-

text('insert_user_desc')?>

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

-
- # - -
-
-
-

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

text('update_user')?>

-

text('update_user_desc')?>

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