From 1017a99e81d0445a8614917a1798bbd02d88d14e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 28 Jul 2021 14:43:47 +0200 Subject: Add "required" attribute to required form fields --- theme/admin/html/auth.php | 4 ++-- theme/admin/html/category/form.php | 4 ++-- theme/admin/html/database.php | 2 +- theme/admin/html/page/form.php | 4 ++-- theme/admin/html/page/search.php | 2 +- theme/admin/html/post/form.php | 4 ++-- theme/admin/html/post/search.php | 2 +- theme/admin/html/user/form.php | 8 ++++---- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/theme/admin/html/auth.php b/theme/admin/html/auth.php index cff8612..efc402e 100644 --- a/theme/admin/html/auth.php +++ b/theme/admin/html/auth.php @@ -20,14 +20,14 @@ text('label_username')?>
- +
- +
diff --git a/theme/admin/html/category/form.php b/theme/admin/html/category/form.php index a6c1137..b358233 100644 --- a/theme/admin/html/category/form.php +++ b/theme/admin/html/category/form.php @@ -33,7 +33,7 @@ function categorySelectList($category_tree, $selected = NULL, $current = NULL, $ text('label_name')?>
- +