1

Topic: Popup window size

Is there any way to adjust the size of the popup window that appears when inserting a new entry?

I  seem to need to resize it (esp the width) every time in order to see all the fields (and hints), which is a pain when adding lots of items consecutively.

2

Re: Popup window size

Size and features of of popup windows are set in header.php; edit them. In the next release I think this should be made configurable.

function popitup(url)
{
window.name='main';
newwindow=window.open(url,'poppedfirst','height=400,width=400,scrollbars=yes,resizable=yes');
...

3

Re: Popup window size

Great!  Thanks!

4

Re: Popup window size

Fixed in version 1.5.1