File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
interface/web/dns/templates Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 119119 < label for ="update_acl " class ="col-sm-3 control-label "> {tmpl_var name='update_acl_txt'}</ label >
120120 < div class ="col-sm-9 "> < input type ="text " name ="update_acl " id ="update_acl " value ="{tmpl_var name='update_acl'} " class ="form-control " /> </ div > </ div >
121121 </ tmpl _if>
122+ < div class ="form-group ">
123+ < label for ="serial " class ="col-sm-3 control-label "> {tmpl_var name='serial_txt'}</ label >
124+ < div class ="col-sm-9 "> < textarea readonly ="true " rows ="1 " id ="serial " name ="serial " class ="form-control "> {tmpl_var name='serial'}</ textarea > </ div >
125+ </ div >
122126 < div class ="form-group ">
123127 < label class ="col-sm-3 control-label "> {tmpl_var name='active_txt'}</ label >
124128 < div class ="col-sm-9 ">
125129 {tmpl_var name='active'}
126130 </ div >
127131 </ div >
128-
132+
129133< tmpl _if name ="show_dnssec ">
130134 < div class ="form-group ">
131135 < label class ="col-sm-3 control-label "> {tmpl_var name='dnssec_wanted_txt'}</ label >
132136 < div class ="col-sm-9 ">
133137 {tmpl_var name='dnssec_wanted'}< br /> < small > ({tmpl_var name='dnssec_wanted_info'})</ small >
134- </ div >
138+ </ div >
135139 </ div >
136140 < div class ="form-group ">
137141 < label for ="update_acl " class ="col-sm-3 control-label "> {tmpl_var name='dnssec_info_txt'}</ label >
138142 < div class ="col-sm-9 "> < textarea readonly ="true " rows ="5 " id ="dnssec_info " name ="dnssec_info " class ="form-control "> {tmpl_var name='dnssec_info'}</ textarea > </ div >
139143 </ div >
140- </ tmpl _if>
144+ </ tmpl _if>
141145
142146 < input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
143147 < input name ="serial " type ="hidden " value ="{tmpl_var name='serial'} ">
144-
148+
145149 < div class ="clear "> < div class ="right ">
146150 < button class ="btn btn-default formbutton-success " type ="button " value ="{tmpl_var name='btn_save_txt'} " data-submit-form ="pageForm " data-form-action ="dns/dns_soa_edit.php "> {tmpl_var name='btn_save_txt'}</ button >
147151 < button class ="btn btn-default formbutton-default " type ="button " value ="{tmpl_var name='btn_cancel_txt'} " data-load-content ="dns/dns_soa_list.php "> {tmpl_var name='btn_cancel_txt'}</ button >
You can’t perform that action at this time.
0 commit comments