diff options
| -rwxr-xr-x | templates/list_contact.tpl | 3 | ||||
| -rwxr-xr-x | templates/list_contacts.tpl | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/templates/list_contact.tpl b/templates/list_contact.tpl index 6dd6c31..5fddd74 100755 --- a/templates/list_contact.tpl +++ b/templates/list_contact.tpl @@ -98,9 +98,6 @@ {if $checkboxes_on eq 'y'} {* what happens to the checked items *} <select name="submit_mult" onchange="this.form.submit();"> <option value="" selected="selected">{tr}with checked{/tr}:</option> - {if $gBitUser->hasPermission('p_contact_expunge')} - <option value="remove_contact">{tr}remove{/tr}</option> - {/if} {* add here e.g. <option value="categorize">{tr}categorize{/tr}</option> *} </select> <script> diff --git a/templates/list_contacts.tpl b/templates/list_contacts.tpl index 0a726e2..8fad449 100755 --- a/templates/list_contacts.tpl +++ b/templates/list_contacts.tpl @@ -98,9 +98,6 @@ {if $checkboxes_on eq 'y'} {* what happens to the checked items *} <select name="submit_mult" onchange="this.form.submit();"> <option value="" selected="selected">{tr}with checked{/tr}:</option> - {if $gBitUser->hasPermission('p_contact_expunge')} - <option value="remove_contact">{tr}remove{/tr}</option> - {/if} {* add here e.g. <option value="categorize">{tr}categorize{/tr}</option> *} </select> <script> |
