X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Fsetup.php;h=0c18b48a5067a390e86c627ef01c03c62ee482b4;hp=08c659c1fc3a492d6e3b61dd44e51f2584cc959b;hb=4cf438432a1f2bfdba752e075ec6458ec3e290ba;hpb=8beb6b5b2fa701ff07c71cebd0990da5509ec6f4 diff --git a/plugins/listcommands/setup.php b/plugins/listcommands/setup.php index 08c659c1..0c18b48a 100644 --- a/plugins/listcommands/setup.php +++ b/plugins/listcommands/setup.php @@ -111,13 +111,12 @@ function plugin_listcommands_menu() { if (count($output) > 0) { echo ""; - echo "" - . str_replace(' ', ' ', _("Mailing List:")) - . ''; - echo "" - . '' . implode(' | ', $output) . '' - . ''; - echo ''; + echo html_tag( 'tr', + html_tag( 'td', str_replace(' ', ' ', _("Mailing List:")), 'right', $color[0]) . + html_tag( 'td', + '' . implode(' | ', $output) . '' , + 'left', $color[0], 'width="100%" colspan="2"') + ); } }