From 16ac2d6b8134751c1a383a6716247b291ed96f0f Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 27 Jan 2015 07:45:13 -0700 Subject: [PATCH] Minor tweaks to boolean field form entries in scripts. --- www/aptui/profile_defs.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/www/aptui/profile_defs.php b/www/aptui/profile_defs.php index 2e85ce890..5a0ff2bd8 100644 --- a/www/aptui/profile_defs.php +++ b/www/aptui/profile_defs.php @@ -1,6 +1,6 @@ ". - "". - "
". " ". - " style='margin-left: 0px;' ". + " style='margin: 0px; height: 34px;' ". + " class='format-me' ". " data-key='$name' ". " data-label='$prompt' ". " value='checked' ". - " type='checkbox'>Yes
"; + " type='checkbox'>"; if ($defval) { $defaults[$name] = "checked"; } -- GitLab