Fixed code indentation, added back Kanji encoding feature that I accidentally removed, modified the formatting to match the rest of the export form

This commit is contained in:
lorilee
2010-06-19 11:38:28 -04:00
parent 8390525de8
commit 991d461e06

View File

@@ -280,6 +280,10 @@ if (! empty($sql_query)) {
<?php if (function_exists('PMA_set_enc_form')) { ?>
<!-- Encoding setting form appended by Y.Kawada -->
<!-- Japanese encoding setting -->
<div class="exportoptions" id="kanji_encoding">
<h3><?php echo __('Encoding Conversion:'); ?></h3>
<?php echo PMA_set_enc_form(' '); ?>
</div>
<?php } ?>
<div class="exportoptions" id="submit">