File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
interface/web/sites/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
9797 </ tmpl _if>
9898 < div class ="form-group ">
9999 < label for ="hd_quota " class ="col-sm-3 control-label "> {tmpl_var name='hd_quota_txt'}</ label >
100- < div class ="col-sm-6 "> < input type ="text " name ="hd_quota " id ="hd_quota " value ="{tmpl_var name='hd_quota'} " class ="form-control " /> </ div > < div class ="col-sm-3 input-sm " > MB
101- </ div > </ div >
100+ < div class ="col-sm-9 "> < div class =" input-group " > < input type ="text " name ="hd_quota " id ="hd_quota " value ="{tmpl_var name='hd_quota'} " class ="form-control " /> < span class ="input-group-addon " id =" quota-desc " > MB </ span > </ div > </ div >
101+ </ div >
102102 </ tmpl _if>
103103 < tmpl _if name ="vhostdomain_type " value ="subdomain ">
104104 < input type ="hidden " name ="server_id " id ="server_id " value ="{tmpl_var name='server_id_value'} " />
@@ -153,7 +153,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
153153 </ tmpl _if>
154154 < div class ="form-group ">
155155 < label for ="traffic_quota " class ="col-sm-3 control-label "> {tmpl_var name='traffic_quota_txt'}</ label >
156- < div class ="col-sm-6 "> < input type ="text " name ="traffic_quota " id ="traffic_quota " value ="{tmpl_var name='traffic_quota'} " class ="form-control " /> </ div > < div class ="col-sm-3 input-sm " > MB </ div > < tmpl _var name ='traffic_quota_exceeded_txt '>
156+ < div class ="col-sm-9 "> < div class =" input-group " > < input type ="text " name ="traffic_quota " id ="traffic_quota " value ="{tmpl_var name='traffic_quota'} " class ="form-control " /> < span class ="input-group-addon " id =" quota-desc " > MB </ span > </ div > </ div > < tmpl _var name ='traffic_quota_exceeded_txt '>
157157 </ div >
158158 < tmpl _if name ="limit_cgi " op ="== " value ="y "> < div class ="form-group ">
159159 < label class ="col-sm-3 control-label "> {tmpl_var name='cgi_txt'}</ label >
You can’t perform that action at this time.
0 commit comments