From 41f8a3e28ecbc36f52eddd72e77effc3339279a1 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 29 Apr 2017 03:27:36 +0200 Subject: The values ​​for the "for" and "id" properties have been converted to lowercase (to be consistent with the rest of the HTML elements). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/admin/html/auth.php | 8 ++++---- template/admin/html/page/form.php | 26 +++++++++++++------------- template/admin/html/post/form.php | 26 +++++++++++++------------- template/admin/html/user/form.php | 34 +++++++++++++++++----------------- 4 files changed, 47 insertions(+), 47 deletions(-) (limited to 'template') diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index f2b4cca..0ab2d90 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -13,15 +13,15 @@
-
-
+
+
-
-
+
+
diff --git a/template/admin/html/page/form.php b/template/admin/html/page/form.php index f254aeb..29f940a 100644 --- a/template/admin/html/page/form.php +++ b/template/admin/html/page/form.php @@ -11,14 +11,14 @@
-
-
id="L_ID" name="id" placeholder="[AUTO_INCREMENT]" value="" />
+
+
id="form_id" name="id" placeholder="[AUTO_INCREMENT]" value="" />
-
+
- @@ -29,32 +29,32 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
- +
    diff --git a/template/admin/html/post/form.php b/template/admin/html/post/form.php index 8c894d0..549233d 100644 --- a/template/admin/html/post/form.php +++ b/template/admin/html/post/form.php @@ -11,14 +11,14 @@
    -
    -
    id="L_ID" name="id" placeholder="[AUTO_INCREMENT]" value="" />
    +
    +
    id="form_id" name="id" placeholder="[AUTO_INCREMENT]" value="" />
    -
    +
    - @@ -29,32 +29,32 @@
    -
    -
    +
    +
    -
    -
    +
    +
    -
    -
    +
    +
    -
    -
    +
    +
    - +
      diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php index 73b5551..a3b57c4 100644 --- a/template/admin/html/user/form.php +++ b/template/admin/html/user/form.php @@ -11,56 +11,56 @@
      -
      -
      id="L_ID" name="id" placeholder="[AUTO_INCREMENT]" value="" />
      +
      +
      id="form_id" name="id" placeholder="[AUTO_INCREMENT]" value="" />
      -
      -
      +
      +
      -
      -
      +
      +
      -
      -
      +
      +
      -
      -
      +
      +
      -
      -
      +
      +
      -
      -
      +
      +
      -
      -
      +
      +
      - +
        -- cgit v1.2.3