Skip to content

Commit 8430e32

Browse files
author
Till Brehm
committed
Merge branch 'patch-dashboard-links' into 'stable-3.1'
On the Mailbox Quota dashlet, link rows to the mailbox page See merge request ispconfig/ispconfig3!918
2 parents 2df03bc + c7e3e7d commit 8430e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashlets/templates/mailquota.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='mailquota'>
1414
<tr>
15-
<td>{tmpl_var name='email'}</td>
15+
<td><a href="#" data-load-content="mail/mail_user_edit.php?id={tmpl_var name='mailuser_id'}" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{tmpl_var name='email'}">{tmpl_var name='email'}</a></td>
1616
<td>{tmpl_var name='name'}</td>
1717
<td>{tmpl_var name='used'}</td>
1818
<td>{tmpl_var name='quota'}</td>

0 commit comments

Comments
 (0)