#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,
|
||||
background: "black"
|
||||
},
|
||||
width: 650,
|
||||
width: "auto",
|
||||
height: 500
|
||||
})
|
||||
}).css({"min-width": "650px"})
|
||||
.show ();
|
||||
refresh_pagination_callback (module_id, id_agent, "",module_name);
|
||||
datetime_picker_callback();
|
||||
|
|
Loading…
Reference in New Issue