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/view_xref_bank_item.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/view_xref_bank_item.tpl')
| -rwxr-xr-x | templates/view_xref_bank_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_xref_bank_item.tpl b/templates/view_xref_bank_item.tpl index 8921326..d56264f 100755 --- a/templates/view_xref_bank_item.tpl +++ b/templates/view_xref_bank_item.tpl @@ -27,11 +27,11 @@ <td> <span class="actionicon"> {if $gBitUser->hasPermission( 'p_contact_update' ) && $source ne 'history' } - {smartlink ititle="Edit" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ifile="edit_xref.php" biticon="edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $gBitUser->hasPermission( 'p_contact_expunge' ) } {if $source eq 'history' } - {smartlink ititle="Restore" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ifile="edit_xref.php" biticon="edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} {smartlink ititle="Delete" ifile="edit_xref.php" biticon="user-trash" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} |
