Added <br /> before charset selection in export.
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
|
||||
dump.
|
||||
* libraries/display_export.lib.php3: Added <br /> before charset
|
||||
selection in export.
|
||||
|
||||
2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/*: $updComTab -> $strUpdComTab
|
||||
|
@@ -252,7 +252,7 @@ if (isset($table) && !empty($table) && !isset($num_tables)) {
|
||||
<?php
|
||||
// charset of file
|
||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
||||
echo '<label for="select_charset_of_file">' . $strCharsetOfFile . '</label>';
|
||||
echo '<br /><label for="select_charset_of_file">' . $strCharsetOfFile . '</label>';
|
||||
echo "\n";
|
||||
|
||||
$temp_charset = reset($cfg['AvailableCharsets']);
|
||||
|
Reference in New Issue
Block a user