mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Open the select-file dialog with less height
This commit is contained in:
parent
b34adb3108
commit
458aed9262
@ -682,7 +682,7 @@ var et2_vfsSelect = et2_inputWidget.extend(
|
||||
var popup = this.egw().open_link(
|
||||
this.egw().link('/index.php', attrs),
|
||||
'link_existing',
|
||||
'640x580'
|
||||
'680x400'
|
||||
);
|
||||
if(popup)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user