File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
158158$wb['enable_pagespeed_txt'] = 'Enable PageSpeed';
159159$wb['log_retention_txt'] = 'Logfiles retention time';
160160$wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
161- $wb['dependent_domains_txt'] = 'Dependent domains ';
161+ $wb['dependent_domains_txt'] = 'Dependent sub- / aliasdomains ';
162162$wb['limit_web_quota_not_0_txt'] = 'Harddisk Quota cannot be set to 0.';
163163$wb['proxy_protocol_txt'] = 'Enable PROXY Protocol';
164164$wb["backup_format_web_txt"] = 'Backup format for web files';
Original file line number Diff line number Diff line change 1010
1111 {tmpl_hook name="begin_form"}
1212 < tmpl _if name ="vhostdomain_type " value ="domain ">
13- < tmpl _if name ="web_aliasdomains_info ">
14- {tmpl_var name='dependent_domains_txt'}:
15- < ul >
16- < tmpl _loop name ="web_aliasdomains_info ">
17- < li > {tmpl_var name='type'}: < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='domain_id'}&type={tmpl_var name='type'} " data-toggle ="tooltip " data-placement ="bottom " title ="" data-original-title ="link "> {tmpl_var name='domain'}</ a > </ li >
18- </ tmpl _loop>
19- </ ul >
20- < br />
21- </ tmpl _if>
2213 < tmpl _if name ="is_admin ">
2314 < div class ="form-group ">
2415 < tmpl _if name ="edit_disabled ">
9384 < tmpl _else >
9485 < div class ="col-sm-9 "> < input type ="text " name ="domain " id ="domain " value ="{tmpl_var name='domain'} " class ="form-control " /> </ div > </ tmpl _if>
9586 </ div >
87+ < tmpl _if name ="web_aliasdomains_info ">
88+ < div class ="form-group ">
89+ < label for ="web_aliasdomains " class ="col-sm-3 control-label "> {tmpl_var name='dependent_domains_txt'}</ label >
90+ < div class ="col-sm-9 ">
91+ < textarea name ="web_aliasdomains " id ="web_aliasdomains " class ="form-control " disabled ="disabled "> < tmpl _loop name ="web_aliasdomains_info "> {tmpl_var name='domain'}, </ tmpl _loop> </ textarea >
92+ </ div >
93+ </ div >
94+ </ tmpl _if>
9695 < tmpl _if name ="edit_disabled ">
9796 < div class ="form-group ">
9897 < label for ="document_root " class ="col-sm-3 control-label " readonly > {tmpl_var name='document_root_txt'}</ label >
You can’t perform that action at this time.
0 commit comments