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