[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-814-g624ec9c

Marc Delisle lem9 at users.sourceforge.net
Sat Feb 19 16:39:12 CET 2011


The branch, master has been updated
       via  624ec9c5f9ddeb2394b206ba38f500a7d5181f0a (commit)
      from  67339bab2aa1cc20b0ba0d55d7d6b5feb538607d (commit)


- Log -----------------------------------------------------------------
commit 624ec9c5f9ddeb2394b206ba38f500a7d5181f0a
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat Feb 19 10:38:58 2011 -0500

    Make edit privileges panel more manageable

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

Summary of changes:
 js/server_privileges.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/js/server_privileges.js b/js/server_privileges.js
index a18ec9f..5fe8398 100644
--- a/js/server_privileges.js
+++ b/js/server_privileges.js
@@ -212,6 +212,7 @@ $(document).ready(function() {
                 width: 800,
                 // height is a workaround for this Chrome problem:
                 // http://bugs.jqueryui.com/ticket/4671
+                // also it's interesting to be able to scroll this window
                 height: 600,
                 modal: true,
                 buttons: button_options
@@ -322,6 +323,7 @@ $(document).ready(function() {
             .append(data)
             .dialog({
                 width: 900,
+                height: 600,
                 buttons: button_options
             }); //dialog options end
             displayPasswordGenerateButton();


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list