Modified the Kanji encoding feature formatting to match the rest of the import form

This commit is contained in:
lorilee
2010-06-19 11:40:13 -04:00
parent 991d461e06
commit 02e896e423

View File

@@ -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">