From 1f3e59e1af9656b25e53f48b15ded26894092e99 Mon Sep 17 00:00:00 2001 From: spiderr Date: Thu, 12 Nov 2020 00:20:57 -0500 Subject: tidy css classes in admin --- templates/admin_boards.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl index 33f72ec..c6f3ca8 100644 --- a/templates/admin_boards.tpl +++ b/templates/admin_boards.tpl @@ -26,7 +26,7 @@ {foreach from=$formBitBoardsLists key=item item=output}
{formlabel label=$output.label for=$item} - {forminput} + {forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page} {/forminput} @@ -45,7 +45,7 @@
{formlabel label=$output.label for=$item} {forminput} - + {formhelp note=$output.note page=$output.page} {/forminput}
@@ -67,7 +67,7 @@ {foreach from=$formGroupEmailList key=item item=output}
{formlabel label=$output.label for=$item} - {forminput} + {forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page} {/forminput} @@ -77,14 +77,14 @@
{formlabel label="Email Host" for='boards_email_host'} {forminput} - + {formhelp note="Enter the host name to which all mailing lists will be hosted and addressed."} {/forminput}
{formlabel label="Administrator Email" for='boards_email_admin'} {forminput} - + {formhelp note="This is the email for the master administrator for all mailing lists."} {/forminput}
@@ -92,7 +92,7 @@
{formlabel label="Mailman bin Path" for='server_mailman_bin'} {forminput} - + {formhelp note="Path to mailman applications, typically: /usr/lib/mailman/bin/"} {if !$gBitSystem->getConfig('server_mailman_bin')} {formfeedback error="This setting is required to use mailing lists."} @@ -102,21 +102,21 @@
{formlabel label="Mailman Command Path" for='mailman_cmd'} {forminput} - + {formhelp note="Path to mailman binary, typically: /usr/lib/mailman/mail/mailman"} {/forminput}
{formlabel label="Newaliases command" for='server_newaliases_cmd'} {forminput} - + {formhelp note="Path to the command to tell the mail server to reload the aliases file. For sendmail typically: /usr/bin/newaliases"} {/forminput}
{formlabel label="MTA Aliases Map" for='server_aliases_file'} {forminput} - + {formhelp note="Path to the command to tell the mail server to reload the aliases file. For sendmail typically: /usr/bin/newaliases"} {/forminput}
-- cgit v1.3