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