[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1397-g43b9ae2

Marc Delisle lem9 at users.sourceforge.net
Tue May 17 18:35:40 CEST 2011


The branch, master has been updated
       via  43b9ae2025e40b0ee8638b85bc6aac5dfa4278c7 (commit)
      from  eeb712267328394d39b0c35bb53f5302a89f73fd (commit)


- Log -----------------------------------------------------------------
commit 43b9ae2025e40b0ee8638b85bc6aac5dfa4278c7
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue May 17 12:35:25 2011 -0400

    Activate new messages in db search

-----------------------------------------------------------------------

Summary of changes:
 js/db_search.js |    4 ++--
 js/messages.php |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/js/db_search.js b/js/db_search.js
index 33d5e17..6fff82d 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -20,7 +20,7 @@ function loadResult(result_path , table_name , link , ajaxEnable){
         if(ajaxEnable)
         {
             /**   Hides the results shown by the delete criteria */
-            //PMA_ajaxShowMessage(PMA_messages['strBrowsing']);
+            PMA_ajaxShowMessage(PMA_messages['strBrowsing']);
             $('#sqlqueryform').hide();
             $('#togglequerybox').hide();
             /**  Load the browse results to the page */
@@ -55,7 +55,7 @@ function deleteResult(result_path , msg , ajaxEnable){
 
                 /** Refresh the search results after the deletion */
                 document.getElementById('buttonGo'). click();
-                //PMA_ajaxShowMessage(PMA_messages['strDeleting']);
+                PMA_ajaxShowMessage(PMA_messages['strDeleting']);
                 /** Show the results of the deletion option */
                 $('#browse-results').show();
                 $('#sqlqueryform').hide();
diff --git a/js/messages.php b/js/messages.php
index ee2b56c..8af89c8 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -83,8 +83,8 @@ $js_messages['strNo'] = __('No');
 $js_messages['strSearching'] = __('Searching');
 $js_messages['strHideSearchResults'] = __('Hide search results');
 $js_messages['strShowSearchResults'] = __('Show search results');
-//$js_messages['strBrowsing'] = __('Browsing');
-//$js_messages['strDeleting'] = __('Deleting');
+$js_messages['strBrowsing'] = __('Browsing');
+$js_messages['strDeleting'] = __('Deleting');
 
 /* For import.js */
 $js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, they will be combined into one');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list