File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
interface/web/dns/templates Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,32 @@ <h1><tmpl_var name="list_head_txt"></h1>
6161 < div class ="form-group ">
6262 < label for ="origin " class ="col-sm-3 control-label "> {tmpl_var name='origin_txt'}</ label >
6363 < tmpl _if name ="domain_option ">
64- < div class ="col-sm-9 "> < select name ="origin " id ="origin " class ="form-control ">
64+ < div class ="col-sm-9 ">
65+ < select name ="origin " id ="origin " class ="form-control ">
6566 {tmpl_var name='domain_option'}
66- </ select > </ div >
67+ </ select >
68+ < p class ="formHint "> {tmpl_var name='eg_domain_tld'}</ p >
69+ </ div >
6770 < tmpl _else >
68- < div class ="col-sm-9 "> < input type ="text " name ="origin " id ="origin " value ="{tmpl_var name='origin'} " class ="form-control " /> </ div > </ tmpl _if>
69- < p class ="formHint "> {tmpl_var name='eg_domain_tld'}</ p >
71+ < div class ="col-sm-9 ">
72+ < input type ="text " name ="origin " id ="origin " value ="{tmpl_var name='origin'} " class ="form-control " />
73+ < p class ="formHint "> {tmpl_var name='eg_domain_tld'}</ p >
74+ </ div >
75+ </ tmpl _if>
7076 </ div >
7177 < div class ="form-group ">
7278 < label for ="ns " class ="col-sm-3 control-label "> {tmpl_var name='ns_txt'}</ label >
73- < div class ="col-sm-9 "> < input type ="text " name ="ns " id ="ns " value ="{tmpl_var name='ns'} " class ="form-control " /> </ div > < p class ="formHint "> {tmpl_var name='eg_ns1_domain_tld'}</ p >
79+ < div class ="col-sm-9 ">
80+ < input type ="text " name ="ns " id ="ns " value ="{tmpl_var name='ns'} " class ="form-control " />
81+ < p class ="formHint "> {tmpl_var name='eg_ns1_domain_tld'}</ p >
82+ </ div >
7483 </ div >
7584 < div class ="form-group ">
7685 < label for ="mbox " class ="col-sm-3 control-label "> {tmpl_var name='mbox_txt'}</ label >
77- < div class ="col-sm-9 "> < input type ="text " name ="mbox " id ="mbox " value ="{tmpl_var name='mbox'} " class ="form-control " /> </ div > < p class ="formHint "> {tmpl_var name='eg_webmaster_domain_tld'}</ p >
86+ < div class ="col-sm-9 ">
87+ < input type ="text " name ="mbox " id ="mbox " value ="{tmpl_var name='mbox'} " class ="form-control " />
88+ < p class ="formHint "> {tmpl_var name='eg_webmaster_domain_tld'}</ p >
89+ </ div >
7890 </ div >
7991 < div class ="form-group ">
8092 < label for ="refresh " class ="col-sm-3 control-label "> {tmpl_var name='refresh_txt'}</ label >
You can’t perform that action at this time.
0 commit comments