Skip to content
Snippets Groups Projects
Unverified Commit 1187bc2b authored by Helmo's avatar Helmo
Browse files

Make names in the Website Harddisk Quota dashlet a link to the edit form

parent 321f7cc9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<tbody>
<tmpl_loop name='quota'>
<tr>
<td>{tmpl_var name='domain'}</td>
<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>
<td>{tmpl_var name='used'}</td>
<td>{tmpl_var name='soft'}</td>
<td>{tmpl_var name='hard'}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment