X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_order.php;h=2f64907e927cbbfc0289aff5cb46ec40be2b6351;hb=538f1ab750a7a9797d5a6475e3bfb5cd6f7e0287;hp=629e83a822692f015350bf0e280b09d869a774d8;hpb=545238b1fa274274c9202937c6e82c6432efc45d;p=squirrelmail.git diff --git a/src/options_order.php b/src/options_order.php index 629e83a8..2f64907e 100644 --- a/src/options_order.php +++ b/src/options_order.php @@ -25,12 +25,12 @@ if ($action == 'delete' && isset($theid)) { } displayPageHeader($color, 'None'); - echo '
' . - html_tag( 'table', '', 'center', '', 'width="95%" border="0" cellpadding="2" cellspacing="0"' ) . + echo + html_tag( 'table', '', 'center', '', 'width="95%" border="0" cellpadding="1" cellspacing="0"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'center', $color[0] ) . '' . _("Options") . ' - ' . _("Index Order") . '' . - html_tag( 'table', '', '', '', 'width="100%" border="0" cellpadding="1" cellspacing="1"' ) . + html_tag( 'table', '', '', '', 'width="100%" border="0" cellpadding="8" cellspacing="0"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'center', $color[4] );