Skip to content
Snippets Groups Projects
Commit 8430e329 authored by Till Brehm's avatar Till Brehm
Browse files

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
parents 2df03bce c7e3e7d9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<tbody>
<tmpl_loop name='mailquota'>
<tr>
<td>{tmpl_var name='email'}</td>
<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>
<td>{tmpl_var name='name'}</td>
<td>{tmpl_var name='used'}</td>
<td>{tmpl_var name='quota'}</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