diff options
Diffstat (limited to 'templates/contact_date_bar.tpl')
| -rwxr-xr-x | templates/contact_date_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact_date_bar.tpl b/templates/contact_date_bar.tpl index d8caca6..2fe464a 100755 --- a/templates/contact_date_bar.tpl +++ b/templates/contact_date_bar.tpl @@ -10,7 +10,7 @@ {/if} <a title="{tr}print{/tr}" href="print.php?content_id={$gContent->mInfo.content_id}">{biticon ipackage="icons" iname="document-print" iexplain="print"}</a> {if $gBitUser->hasPermission('p_contact_expunge')} - <a title="{tr}remove this contact{/tr}" href="remove_contact.php?content_id={$gContent->mInfo.content_id}">{biticon ipackage="icons" iname="user-trash" iexplain="delete"}</a> + {smartlink ititle="Delete Contact" ifile="edit.php" biticon="user-trash" content_id=$gContent->mInfo.content_id expunge=1} {/if} {/if} {* end print_page *} </div> {*end .floaticon *} |
