diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 11:24:54 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 11:24:54 +0100 |
| commit | bb332c35350521fbbc033329a8c75a6bd7c01684 (patch) | |
| tree | bd167d1059c8d75991677ca02aa9b4091581f349 | |
| parent | 2efbb78b7ceff6c369c2bee68c2a09270ce0fcde (diff) | |
| download | contact-bb332c35350521fbbc033329a8c75a6bd7c01684.tar.gz contact-bb332c35350521fbbc033329a8c75a6bd7c01684.tar.bz2 contact-bb332c35350521fbbc033329a8c75a6bd7c01684.zip | |
list templates: remove unimplemented remove_contact bulk action option
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -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> |
