Modified the Kanji encoding feature formatting to match the rest of the import form
This commit is contained in:
@@ -237,10 +237,13 @@ if ($_SESSION[$SESSION_KEY]["handler"]!="noplugin") {
|
|||||||
<div class="clearfloat"></div>
|
<div class="clearfloat"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
// Encoding setting form appended by Y.Kawada
|
// Encoding setting form appended by Y.Kawada
|
||||||
if (function_exists('PMA_set_enc_form')) {
|
if (function_exists('PMA_set_enc_form')) { ?>
|
||||||
echo PMA_set_enc_form(' ');
|
<div class="importoptions" id="kanji_encoding">
|
||||||
}
|
<h3><?php echo __('Encoding Conversion:'); ?></h3>
|
||||||
|
<?php echo PMA_set_enc_form(' '); ?>
|
||||||
|
</div>
|
||||||
|
<?php }
|
||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<div class="importoptions" id="submit">
|
<div class="importoptions" id="submit">
|
||||||
|
Reference in New Issue
Block a user