| | |
| | | <label for="server_select" class="col-sm-3 control-label">{tmpl_var name='select_server_txt'}</label> |
| | | <div class="col-sm-9"><select name="server_select" id="server" class="form-control" onchange="$('#OKMsg').hide(); "> |
| | | {tmpl_var name='server_option'} |
| | | </select> |
| | | </div></div> |
| | | </select></div> |
| | | </div> |
| | | |
| | | |
| | | <tmpl_if name="msg"> |
| | |
| | | </tmpl_if> |
| | | |
| | | <div class="clear"><div class="right"> |
| | | <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_do_txt'}" onclick="submitForm('pageForm','admin/remote_action_osupdate.php');">{tmpl_var name='btn_do_txt'}</button> |
| | | <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_do_txt'}" data-submit-form="pageForm" data-form-action="admin/remote_action_osupdate.php">{tmpl_var name='btn_do_txt'}</button> |
| | | </div></div> |