adding doc for the sitewide options I added last night
[squirrelmail.git] / functions / options.php
index cc2aecb8e177f28152e92550523cb2c9e2581229..a63e19ceff7a70956f2c650fd040eeb087c3bec3 100644 (file)
@@ -491,8 +491,7 @@ function print_option_groups($option_groups) {
 
 function OptionSubmit( $name ) {
         echo html_tag( 'tr',
-                   html_tag( 'td', ' ', 'left', '', 'colspan="2"' ) .
-                   html_tag( 'td', '<input type="submit" value="' . _("Submit") . '" name="' . $name . '">', 'left', '', 'colspan="2"' )
+                   html_tag( 'td', '<input type="submit" value="' . _("Submit") . '" name="' . $name . '">&nbsp;&nbsp;&nbsp;&nbsp;', 'right', '', 'colspan="2"' )
                 ) . "\n";
 }