list-virtual.tpl: add missing "download as CSV" for mailboxes

Reported by Dan <dannyro @SF> in
https://sourceforge.net/p/postfixadmin/patches/135/

Note that I'm using a completely different patch to fix it.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1880 a1433add-5e2c-0410-b055-b7f2511e0802
pull/12/head
Christian Boltz 8 years ago
parent 40b4fdf61c
commit 74130b478c

@ -64,6 +64,7 @@
{if $tCanAddMailbox}
<br /><a href="{#url_create_mailbox#}&amp;domain={$fDomain|escape:"url"}" class="button">{$PALANG.add_mailbox}</a><br />
{/if}
<br /><br /><a href="list.php?table=mailbox&amp;output=csv">{$PALANG.download_csv}</a>
{/if}
{if $CONF.show_status===YES && $CONF.show_status_key===YES}
<br/><br/>

Loading…
Cancel
Save