Closed (fixed)
Project:
CCK Private Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 09:28 UTC
Updated:
21 Aug 2009 at 10:50 UTC
I think its bad that the size is in px, so its hard to change it for custom themes.
There are 2 possibilites:
I would write a patch, if I know which one should be done.
Comments
Comment #1
markus_petrux commentedI'm afraid we're constrained by jQuery UI Dialog, where the height option should be specified in pixels.
http://jqueryui.com/demos/dialog/
However, I could change the code to get the dialog dimensions from a function that can be overridden by themers. Something like:
Will do as soon as I have the time.
Comment #2
markus_petrux commentedBetter title. Feature will be added to CVS shortly...
Comment #3
markus_petrux commentedCommitted to CVS (patch).
It should be available in the next development snapshot.
If no other issues arise, I'll release a new beta in a couple of days.
Thanks for the suggestion.