diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:05 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:05 +0100 |
| commit | afdf47217dbfe57148e0a19f3ada1e92eabbc1d5 (patch) | |
| tree | b40010d4e145d4552b94abd1a891ee0d69c94c77 /templates/list_contact.tpl | |
| parent | e04be4a5bcf8a710856d1b6f4b74774a2edb5b0c (diff) | |
| download | contact-afdf47217dbfe57148e0a19f3ada1e92eabbc1d5.tar.gz contact-afdf47217dbfe57148e0a19f3ada1e92eabbc1d5.tar.bz2 contact-afdf47217dbfe57148e0a19f3ada1e92eabbc1d5.zip | |
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/list_contact.tpl')
| -rwxr-xr-x | templates/list_contact.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_contact.tpl b/templates/list_contact.tpl index 156ffa1..5e7f7a2 100755 --- a/templates/list_contact.tpl +++ b/templates/list_contact.tpl @@ -1,7 +1,7 @@ {* $Header: /cvsroot/bitweaver/_bit_contact/templates/list_contact.tpl,v 1.3 2010/02/09 17:21:21 wjames5 Exp $ *} <div class="floaticon"> {if $gBitUser->hasPermission('p_contact_admin')} - <a title="{tr}configure listing{/tr}" href="{$gBitLoc.KERNEL_PKG_URL}admin/index.php?page=contact">{biticon ipackage="icons" iname="document-properties" iexplain="configure"}</a> + <a title="{tr}configure listing{/tr}" href="{$gBitLoc.KERNEL_PKG_URL}admin/index.php?page=contact">{biticon ipackage="icons" iname="edit" iexplain="configure"}</a> {/if} {bithelp} </div> |
