bug #2929958 Cannot import (French interface)
This commit is contained in:
@@ -55,6 +55,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ [lang] Russian update, thanks to Victor Volkov
|
||||
+ [lang] Greek update, thanks to Panagiotis Papazoglou
|
||||
+ [lang] Norwegian update, thanks to Sven-Erik Andersen
|
||||
- bug #2929958 [import] Cannot import (French interface)
|
||||
|
||||
3.2.6.0 (not yet released)
|
||||
|
||||
|
@@ -114,7 +114,7 @@ if (empty($import_list)) {
|
||||
complete = item;
|
||||
}); // [$each]
|
||||
if (total==0 && complete==0 && percent==0) {
|
||||
$('upload_form_status_info').set('html', '<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo $strImportLargeFileUploading; ?>');
|
||||
$('upload_form_status_info').set('html', '<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo PMA_jsFormat($strImportLargeFileUploading); ?>');
|
||||
$('upload_form_status').setStyle("display", "none");
|
||||
} else {
|
||||
$('upload_form_status_info').set('html', ' '+Math.round(percent)+'%, '+complete+'/'+total);
|
||||
|
Reference in New Issue
Block a user