mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
resized PushBox
This commit is contained in:
@@ -1869,8 +1869,8 @@ function pushThis(sstt_id, lst)
|
|||||||
resizable:false,
|
resizable:false,
|
||||||
closeOnEscape:true,
|
closeOnEscape:true,
|
||||||
modal:true,
|
modal:true,
|
||||||
width:'800',
|
width:(bodySize.x-50),
|
||||||
height:'500'
|
height:(bodySize.y-50)
|
||||||
})
|
})
|
||||||
.dialog('open');
|
.dialog('open');
|
||||||
|
|
||||||
@@ -1898,8 +1898,8 @@ function feedbackThis(sstt_id, lst)
|
|||||||
resizable:false,
|
resizable:false,
|
||||||
closeOnEscape:true,
|
closeOnEscape:true,
|
||||||
modal:true,
|
modal:true,
|
||||||
width:'800',
|
width:(bodySize.x-50),
|
||||||
height:'500'
|
height:(bodySize.y-50)
|
||||||
})
|
})
|
||||||
.dialog('open');
|
.dialog('open');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user