Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
c7e3e7d9
Commit
c7e3e7d9
authored
Aug 23, 2019
by
Helmo
Browse files
On the Mailbox Quota, link rows to the mailbox page
parent
2df03bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dashboard/dashlets/templates/mailquota.htm
View file @
c7e3e7d9
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment