From 68824169c21a1c2b4493b8d6cd4fa087eb161474 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 18 May 2018 23:31:16 +0200 Subject: Remove square brackets from form placeholders --- template/admin/html/page/form.php | 6 +++--- template/admin/html/post/form.php | 6 +++--- template/admin/html/user/form.php | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/template/admin/html/page/form.php b/template/admin/html/page/form.php index 5074a67..685da48 100644 --- a/template/admin/html/page/form.php +++ b/template/admin/html/page/form.php @@ -16,7 +16,7 @@
-
id="form_id" name="id" type="number" placeholder="[AUTO_INCREMENT]" value="" />
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
@@ -46,12 +46,12 @@
-
+
-
+
diff --git a/template/admin/html/post/form.php b/template/admin/html/post/form.php index 50db740..f047c9d 100644 --- a/template/admin/html/post/form.php +++ b/template/admin/html/post/form.php @@ -16,7 +16,7 @@
-
id="form_id" name="id" type="number" placeholder="[AUTO_INCREMENT]" value="" />
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
@@ -46,12 +46,12 @@
-
+
-
+
diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php index 50f79be..14f751f 100644 --- a/template/admin/html/user/form.php +++ b/template/admin/html/user/form.php @@ -16,12 +16,12 @@
-
id="form_id" name="id" type="number" placeholder="[AUTO_INCREMENT]" value="" />
+
id="form_id" name="id" type="number" placeholder="AUTO_INCREMENT" value="" />
-
+
@@ -52,12 +52,12 @@
-
+
-
+
-- cgit v1.2.3