Make edit privileges panel more manageable

This commit is contained in:
Marc Delisle
2011-02-19 10:38:58 -05:00
parent 67339bab2a
commit 624ec9c5f9

View File

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