Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-06-29 15:56:10 +0400
committerMarc Delisle <marc@infomarc.info>2010-06-29 15:56:10 +0400
commit90ac3d39a03235593b0952864bfd1e14139cc37c (patch)
treee9bfe022fd4f7eac80a78ae5e5ff65b530ce1a98 /libraries/display_import.lib.php
parent16ed06531a00ebac5bd33b40fbdb8139639f726c (diff)
bug #3022705 [import] Import button does not work in Catalan when there is no progress bar possible
Diffstat (limited to 'libraries/display_import.lib.php')
-rw-r--r--libraries/display_import.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php
index 923d9622dc..318dd34df2 100644
--- a/libraries/display_import.lib.php
+++ b/libraries/display_import.lib.php
@@ -96,7 +96,7 @@ if ($_SESSION[$SESSION_KEY]["handler"]!="noplugin") {
<?php
} else { // no plugin avaliable
?>
- $('#upload_form_status_info').html('<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo __('Please be patient, the file is being uploaded. Details about the upload are not available.') . PMA_showDocu('faq2_9'); ?>');
+ $('#upload_form_status_info').html('<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo PMA_jsFormat(__('Please be patient, the file is being uploaded. Details about the upload are not available.')) . PMA_showDocu('faq2_9'); ?>');
$('#upload_form_status').css("display", "none");
<?php
} // else