]> git.andy128k.dev Git - ipf.git/commitdiff
fix ipf fm
authoravl <alex.litovchenko@gmail.com>
Fri, 17 Jul 2009 15:02:04 +0000 (18:02 +0300)
committeravl <alex.litovchenko@gmail.com>
Fri, 17 Jul 2009 15:02:04 +0000 (18:02 +0300)
ipf/admin/templates/admin/filebrowser.html
ipf/form/widget/htmlinput.php

index f240a693cca7f09d7079f92e9350e239f32bd4e4..a433f1d17330d460c0dbecea21964897cb475116 100644 (file)
@@ -92,7 +92,7 @@ tinyMCEPopup.onInit.add(FileBrowserDialogue.init, FileBrowserDialogue);
 
 {block content}
 
-<div class="module" id="changelist">
+<div class="module" id="changelist" style="width:500px; height:550px; overflow:scroll-y;">
 <table>
 <thead>
 <tr>
index bda46c4b116f94b7f085c7e7e6731fcbab9a2409..ff9189e56f9773016603c28e10cb1241f3be6c5b 100644 (file)
@@ -56,8 +56,8 @@ class IPF_Form_Widget_HTMLInput extends IPF_Form_Widget
                                            tinyMCE.activeEditor.windowManager.open({
                                                file : cmsURL,
                                                title : "IPF File Browser",
-                                               width : 640,
-                                               height : 480,
+                                               width : 800,
+                                               height : 600,
                                                resizable : "yes",
                                                inline : "yes",
                                                close_previous : "no"