1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Styling fixes

This commit is contained in:
Cameron
2013-02-22 02:17:19 -08:00
parent 844396a076
commit 7b1f2d4b8c
6 changed files with 27 additions and 18 deletions

View File

@@ -11,14 +11,12 @@ if (!defined('e107_INIT')) { exit; }
$caption = "Search Help";
$text = "
<p>
If your MySQL server version supports it you can switch
to the MySQL sort method which is faster than the PHP sort method. See preferences.
</p>
<p>
<br /><br />
If your site includes Ideographic languages such as Chinese and Japanese you must
use the PHP sort method and switch whole word matching off.
</p>
";
$ns->tablerender($caption, $text);
?>