redesign part 3

This commit is contained in:
Marc Delisle
2004-06-13 21:39:08 +00:00
parent 47cd12f901
commit d9a21610d1
145 changed files with 3267 additions and 1790 deletions

View File

@@ -19,7 +19,8 @@ require('./server_links.inc.php');
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ' ' . $strCharsetsAndCollations . "\n"
. ' ' . ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="'. $GLOBALS['pmaThemeImage'] . 's_asci.png" border="0" hspace="2" align="absmiddle" />' : '')
. '' . $strCharsetsAndCollations . "\n"
. '</h2>' . "\n";
@@ -44,7 +45,7 @@ require_once('./libraries/mysql_charsets.lib.php');
echo '<table border="0">' . "\n"
. ' <tr>' . "\n"
. ' <td valign="top">' . "\n"
. ' <table border="0">' . "\n"
. ' <table border="0" cellpadding="2" cellspacing="1">' . "\n"
. ' <tr>' . "\n"
. ' <th>' . "\n"
. ' ' . $strCollation . "\n"
@@ -63,7 +64,7 @@ foreach ($mysql_charsets as $current_charset) {
echo ' </table>' . "\n"
. ' </td>' . "\n"
. ' <td valign="top">' . "\n"
. ' <table border="0">' . "\n"
. ' <table border="0" cellpadding="2" cellspacing="1">' . "\n"
. ' <tr>' . "\n"
. ' <th>' . "\n"
. ' ' . $strCollation . "\n"