Skip to content

Commit a7f5427

Browse files
committed
Fix type context
1 parent 867ef2b commit a7f5427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{tmpl_var name='dependent_domains_txt'}:
1515
<ul>
1616
<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'}" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="link">{tmpl_var name='domain'}</a></li>
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>
1818
</tmpl_loop>
1919
</ul>
2020
<br />

0 commit comments

Comments
 (0)