File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +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';
161162$wb['limit_web_quota_not_0_txt'] = 'Harddisk Quota cannot be set to 0.';
162163$wb['proxy_protocol_txt'] = 'Enable PROXY Protocol';
163164$wb["backup_format_web_txt"] = 'Backup format for web files';
Original file line number Diff line number Diff line change 1111 {tmpl_hook name="begin_form"}
1212 < tmpl _if name ="vhostdomain_type " value ="domain ">
1313 < tmpl _if name ="web_aliasdomains_info ">
14- Children :
14+ {tmpl_var name='dependent_domains_txt'} :
1515 < ul >
1616 < tmpl _loop name ="web_aliasdomains_info ">
1717 < li > {tmpl_var name='type'}: < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='domain_id'} " data-toggle ="tooltip " data-placement ="bottom " title ="" data-original-title ="link "> {tmpl_var name='domain'}</ a > </ li >
You can’t perform that action at this time.
0 commit comments