diff options
Diffstat (limited to 'templates/view_xref_sig_item.tpl')
| -rwxr-xr-x | templates/view_xref_sig_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_xref_sig_item.tpl b/templates/view_xref_sig_item.tpl index 83e6539..8921326 100755 --- a/templates/view_xref_sig_item.tpl +++ b/templates/view_xref_sig_item.tpl @@ -33,7 +33,7 @@ {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} {else} - {smartlink ititle="Delete" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {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} {/if} </span> |
