Hi,
Currently the confirmation box will display button OK button and underneath it the Cancel button.
How can we change this so the buttons are displayed inline (same line).
I can see that the buttons are contained within
How can I change the template so that the buttons are within instead of <div class="dhx_win_body">
<div class="dhx_view dhx_layout_clean" view_id="layout5" style="vertical-align: top; width: 250px; height: 167px;">
<div class="dhx_view" style="border-width: 0px; margin-top: 0px; width: 250px; height: 59px;" view_id="dhx_confirm_message">
<div class="dhx_alert_text">Do you want to save changes?</div>
</div>
<div class="dhx_view dhx_el_bigbutton" style="border-width: 0px; margin-top: 0px; width: 250px; height: 53px;" view_id="dhx_confirm_ok">
<input type="button" value="Yes" style="width: 97px;">
</div>
<div class="dhx_view dhx_el_bigroundbutton" style="border-width: 0px; margin-top: 0px; width: 250px; height: 55px;" view_id="dhx_confirm_cancel">
<input type="button" value="No" style="width: 97px;">
</div>
</div>
</div>