mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
dialog styling fixes
This commit is contained in:
@@ -175,8 +175,8 @@ class e_form
|
||||
ev.stop();
|
||||
new e107Widgets.URLDialog(element.href, {
|
||||
id: element["id"] || "e-dialog",
|
||||
width: 830,
|
||||
height: 650
|
||||
width: 890,
|
||||
height: 680
|
||||
|
||||
}).center().setHeader("Media Manager : '.$category.'").setFooter('.$footer.').activate().show();
|
||||
});
|
||||
|
Reference in New Issue
Block a user