File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
66< tmpl _if name ="list_desc_txt "> < p > < tmpl _var name ="list_desc_txt "> </ p > </ tmpl _if>
77
88 < div class ="form-group ">
9- < div style ="float:left;width:100% ">
10- < p class ="label " style ="width:270px "> {tmpl_var name='use_domain_module_txt'}</ p >
11- < div class ="col-sm-9 ">
12- {tmpl_var name='use_domain_module'}
13- </ div >
9+ < div class ="col-sm-3 text-right ">
10+ {tmpl_var name='use_domain_module'}
11+ </ div >
12+ < div class ="col-sm-9 ">
13+ < p > < strong > {tmpl_var name='use_domain_module_txt'}</ strong > </ p >
14+ < p > {tmpl_var name='use_domain_module_hint'}</ p >
1415 </ div >
15- < div style ="float:left;width:500px;margin-top:20px "> {tmpl_var name='use_domain_module_hint'}</ div >
1616 </ div >
1717 < div class ="form-group ">
1818 < label class ="col-sm-3 control-label "> {tmpl_var name='new_domain_txt'}</ label >
You can’t perform that action at this time.
0 commit comments