1
0
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:
CaMer0n
2012-05-17 17:47:14 +00:00
parent 8dee12ae83
commit ac6084dea9
3 changed files with 13 additions and 11 deletions

View File

@@ -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();
});