#11143 Change dialog width to auto
This commit is contained in:
parent
018f024815
commit
b16260f08c
|
@ -446,9 +446,9 @@ ui_require_jquery_file('ui.datepicker-'.get_user_language(), 'include/javascript
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
width: 650,
|
width: "auto",
|
||||||
height: 500
|
height: 500
|
||||||
})
|
}).css({"min-width": "650px"})
|
||||||
.show ();
|
.show ();
|
||||||
refresh_pagination_callback (module_id, id_agent, "",module_name);
|
refresh_pagination_callback (module_id, id_agent, "",module_name);
|
||||||
datetime_picker_callback();
|
datetime_picker_callback();
|
||||||
|
|
Loading…
Reference in New Issue