adminlistadmin.tpl, adminlistdomain.tpl:

- style "create new" links as button

This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF),
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1112 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 2991a1334f
commit 3de3aaefff

@ -18,5 +18,5 @@
</tr>
{/foreach}
</table>
<p><a href="{#url_create_admin#}">{$PALANG.pAdminMenu_create_admin}</a></p>
<br /><a href="{#url_create_admin#}" class="button">{$PALANG.pAdminMenu_create_admin}</a><br />
{/if}

@ -40,4 +40,4 @@
{/foreach}
</table>
{/if}
<p><a href="{#url_create_domain#}">{$PALANG.pAdminMenu_create_domain}</a></p>
<br /><a href="{#url_create_domain#}" class="button">{$PALANG.pAdminMenu_create_domain}</a><br />

Loading…
Cancel
Save