From 77aa8c50dda582894c1178b9bf3117e1d42a67af Mon Sep 17 00:00:00 2001 From: ninadsp Date: Thu, 1 Jul 2010 14:39:25 +0530 Subject: [PATCH] Hopefully, the PMA_messages[] error will be resolved now. Most probably a context issue was causing the error. --- js/functions.js | 2 +- js/server_privileges.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index a8d0678dc..ee894a1a1 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1962,7 +1962,7 @@ $(document).ready(function() { $('
') .append(data) .dialog({ - title: PMA_messages['strCreateTable'], + title: top.frame_content.PMA_messages['strCreateTable'], width: 900, buttons : button_options }); // end dialog options diff --git a/js/server_privileges.js b/js/server_privileges.js index 1a375b094..59801cad2 100755 --- a/js/server_privileges.js +++ b/js/server_privileges.js @@ -150,6 +150,7 @@ $(document).ready(function() { .find("#addUsersForm").append('') .end() .dialog({ + title: top.frame_content.PMA_messages['strAddNewUser'], width: 800, modal: true, buttons: button_options