Make edit privileges panel more manageable
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user