'$hide_auth_header' => array( 'name' => _("Remove username from headers"),
'comment' => _("Used only when identities can't be modified"),
'type' => SMOPT_TYPE_BOOLEAN ),
- '$allow_server_sort' => array( 'name' => _("Use server-side sorting"),
+ '$disable_server_sort' => array( 'name' => _("Disable server-side sorting"),
'type' => SMOPT_TYPE_BOOLEAN,
'default' => false ),
- '$allow_thread_sort' => array( 'name' => _("Use server-side thread sorting"),
+ '$disable_thread_sort' => array( 'name' => _("Disable server-side thread sorting"),
'type' => SMOPT_TYPE_BOOLEAN,
'default' => false ),
'$allow_charset_search' => array( 'name' => _("Allow server charset search"),
}
echo '<form action="options.php" method="post" name="options">' .
- '<div style="text-align: center;"><table width="95%" bgcolor="'.$color[5].'"><tr><td>'.
+ '<table width="95%" align="center" bgcolor="'.$color[5].'"><tr><td>'.
'<table width="100%" cellspacing="0" bgcolor="'.$color[4].'">'.
'<tr bgcolor="'.$color[5].'"><th colspan="2">'.
_("Configuration Administrator").'</th></tr>'.
$i++;
}
}
- echo '<tr><td colspan="2"><input type="hidden" name="plg" value="on" /><div style="text-align: center;"><table>';
+ echo '<tr><td colspan="2"><input type="hidden" name="plg" value="on" /><table align="center">';
foreach ( $op_plugin as $plg ) {
if ( in_array( $plg, $plugins ) ) {
$sw = ' checked="checked"';
"<td><input$sw type=\"checkbox\" name=\"plgs_$plg\" /></td>".
"</tr>\n";
}
- echo '</table></div></td></tr>';
+ echo '</table></td></tr>';
} else {
echo '<tr><td colspan="2" align="center">'.
sprintf(_("Plugin directory could not be found: %s"), $plugpath).
_("Change Settings").'" type="submit" /><br />'.
'<a href="'.SM_PATH.'src/configtest.php" target="_blank">'.
_("Test Configuration")."</a></th></tr>\n".
- '</table></td></tr></table></div></form>';
+ '</table></td></tr></table></form>';
/*
Write the options to the file.