From f6ee0ef162c342b442355a34b67e6bd0969ad428 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Fri, 11 Jun 2021 00:09:59 -0700 Subject: [PATCH] Improve layout of several management panel forms --- inc/html.php | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/inc/html.php b/inc/html.php index b4fd77b..bf53111 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1149,9 +1149,10 @@ function manageAccountForm($id = 0) {
$txt_header -
- $txt_password_hint
- + $txt_password_hint + - + +   +

EOF; @@ -1217,10 +1218,11 @@ function manageBanForm() {
$txt_ban -
-   $txt_1h $txt_1d $txt_2d $txt_1w $txt_2w $txt_1m $txt_ban_never
-   $txt_ban_optional
-
+ + + + +
$txt_1h $txt_1d $txt_2d $txt_1w $txt_2w $txt_1m $txt_ban_never
$txt_ban_optional

$txt_ban_help
@@ -1501,9 +1503,9 @@ function manageEditKeyword($id) {
$txt_keywords -

- - +
+ +   +

EOF;