Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
825dd6 1 <div class='page-header'>
MC 2     <h1><tmpl_var name="list_head_txt"></h1>
3 </div>
3f22a4 4 <p><tmpl_var name="list_desc_txt"></p>
V 5
6
825dd6 7         <legend>Rescue</legend>
MC 8             <div class="form-group">
72f804 9                 <label class="col-sm-3 control-label">{tmpl_var name='try_rescue_txt'}</label>
MC 10                 <div class="col-sm-9">
0e2694 11                     {tmpl_var name='try_rescue'}
C 12                 </div>
13             </div>
825dd6 14             <div class="form-group">
72f804 15                 <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_httpd_txt'}</label>
MC 16                 <div class="col-sm-9">
0e2694 17                     {tmpl_var name='do_not_try_rescue_httpd'}
C 18                 </div>
19             </div>
e7ae4e 20 <!--
825dd6 21             <div class="form-group">
72f804 22                 <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mongodb_txt'}</label>
MC 23                 <div class="col-sm-9">
bd68aa 24                     {tmpl_var name='do_not_try_rescue_mongodb'}
MC 25                 </div>
26             </div>
e7ae4e 27 -->
825dd6 28             <div class="form-group">
72f804 29                 <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mysql_txt'}</label>
MC 30                 <div class="col-sm-9">
0e2694 31                     {tmpl_var name='do_not_try_rescue_mysql'}
C 32                 </div>
33             </div>
825dd6 34             <div class="form-group">
72f804 35                 <label class="col-sm-3 control-label">{tmpl_var name='do_not_try_rescue_mail_txt'}</label>
MC 36                 <div class="col-sm-9">
0e2694 37                     {tmpl_var name='do_not_try_rescue_mail'}
C 38                 </div>
39             </div>
825dd6 40         
bd68aa 41
0e2694 42         <tmpl_var name="rescue_description_txt">
bd68aa 43
0e2694 44             <input type="hidden" name="id" value="{tmpl_var name='id'}">
bd68aa 45
825dd6 46             <div class="clear"><div class="right">
2d0eba 47                 <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>
ba7316 48                 <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>
825dd6 49             </div></div>