| | |
| | | |
| | | <legend>Rescue</legend> |
| | | <div class="form-group"> |
| | | <p class="label" style="width:300px">{tmpl_var name='try_rescue_txt'}</p> |
| | | <div class="multiField" style="width:100px"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='try_rescue_txt'}</label> |
| | | <div class="col-sm-9"> |
| | | {tmpl_var name='try_rescue'} |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_httpd_txt'}</p> |
| | | <div class="multiField" style="width:100px"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_httpd_txt'}</label> |
| | | <div class="col-sm-9"> |
| | | {tmpl_var name='do_not_try_rescue_httpd'} |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_mongodb_txt'}</p> |
| | | <div class="multiField" style="width:100px"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mongodb_txt'}</label> |
| | | <div class="col-sm-9"> |
| | | {tmpl_var name='do_not_try_rescue_mongodb'} |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_mysql_txt'}</p> |
| | | <div class="multiField" style="width:100px"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mysql_txt'}</label> |
| | | <div class="col-sm-9"> |
| | | {tmpl_var name='do_not_try_rescue_mysql'} |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_mail_txt'}</p> |
| | | <div class="multiField" style="width:100px"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mail_txt'}</label> |
| | | <div class="col-sm-9"> |
| | | {tmpl_var name='do_not_try_rescue_mail'} |
| | | </div> |
| | | </div> |
| | |
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| | | |
| | | <div class="clear"><div class="right"> |
| | | <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','admin/server_config_edit.php');">{tmpl_var name='btn_save_txt'}</button> |
| | | <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="admin/server_config_edit.php">{tmpl_var name='btn_save_txt'}</button> |
| | | <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="admin/server_config_list.php">{tmpl_var name='btn_cancel_txt'}</button> |
| | | </div></div> |