bug #2998889 Import button does not work in Catalan
This commit is contained in:
@@ -7,6 +7,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
|
|
||||||
3.3.4.0 (not yet released)
|
3.3.4.0 (not yet released)
|
||||||
- bug #2996161 [import] properly escape import value
|
- bug #2996161 [import] properly escape import value
|
||||||
|
- bug #2998889 [import] Import button does not work in Catalan
|
||||||
|
|
||||||
3.3.3.0 (not yet released)
|
3.3.3.0 (not yet released)
|
||||||
- patch #2982480 [navi] Do not group if there would be one table in group,
|
- patch #2982480 [navi] Do not group if there would be one table in group,
|
||||||
|
@@ -66,7 +66,7 @@ window.addEvent('domready', function() {
|
|||||||
$clear(periodical_upload);
|
$clear(periodical_upload);
|
||||||
$('importmain').setStyle('display', 'none');
|
$('importmain').setStyle('display', 'none');
|
||||||
$('import_form_status').setStyle('display', 'inline');
|
$('import_form_status').setStyle('display', 'inline');
|
||||||
$('import_form_status').set('html', '<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo $strImportProceedingFile; ?> ');
|
$('import_form_status').set('html', '<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo PMA_jsFormat($strImportProceedingFile); ?> ');
|
||||||
$('import_form_status').load('import_status.php?message=true&<?php echo PMA_generate_common_url(); ?>'); // loads the message, either success or mysql error
|
$('import_form_status').load('import_status.php?message=true&<?php echo PMA_generate_common_url(); ?>'); // loads the message, either success or mysql error
|
||||||
<?php
|
<?php
|
||||||
// reload the left sidebar when the import is finished
|
// reload the left sidebar when the import is finished
|
||||||
|
Reference in New Issue
Block a user