Skip to content

Commit 1187bc2

Browse files
committed
Make names in the Website Harddisk Quota dashlet a link to the edit form
1 parent 321f7cc commit 1187bc2

File tree

1 file changed

+1
-1
lines changed
  • interface/web/dashboard/dashlets/templates

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashlets/templates/quota.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<tbody>
1313
<tmpl_loop name='quota'>
1414
<tr>
15-
<td>{tmpl_var name='domain'}</td>
15+
<td><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="{tmpl_var name='domain'}">{tmpl_var name='domain'}</a></td>
1616
<td>{tmpl_var name='used'}</td>
1717
<td>{tmpl_var name='soft'}</td>
1818
<td>{tmpl_var name='hard'}</td>

0 commit comments

Comments
 (0)