This is the continuation of: #281967: Proposal for an improved UI
The attached patches make UI extend to popup full space.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imce_extras.js_.patch | 1.09 KB | jrosen |
| imce_extras.js_.patch | 1.08 KB | anrikun | |
| imce-content.css_.patch | 324 bytes | anrikun | |
| imce-content.tpl_.php_.patch | 420 bytes | anrikun |
Comments
Comment #1
bartezz commentedNice, will try it out next week...
Thanx
Comment #2
jrosen commentedI updated your patch to expand the height of the image preview box at the bottom.
Comment #3
jrosen commentedAlso found that need to modify imce-content.css to change:
To:
Comment #4
anrikun commentedIt was supposed to expand to bottom already:
imce-content.tpl_.php_.patch removes bottom resizebar
Didn't it work without your changes?
Comment #5
jrosen commentedThe calculation you had in imce-extras.js_.patch was a bit off.
I changed:
Your calculation determined the current size of the bottom preview area.
My new version:
This way it calculates the unused portion at the bottom and makes the preview area fill the entire remaining space.
My modification to imce-content.css was to expand the little blue bar that tells you your Quota to take up the entire width below the folder contents pane.
I found that applying your patches and then my additional changes, that the File Browser now takes up the entire area and works great! I even added a new Menu Item in my Admin area to display it using Lightbox2 so it displays in a lightbox pop-up and it even fills the entire height and width that way too!
Comment #6
ufku commentedThank you for the patches and ideas. I've just committed an auto-resize implementation to 2.x-dev branch.
Comment #7
anrikun commentedGreat!
Any date for a final release?
Comment #8
ufku commentedNo specific date. A RC may come before the final.