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/user/form.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/admin/html/user') 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