summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 11:24:54 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 11:24:54 +0100
commitbb332c35350521fbbc033329a8c75a6bd7c01684 (patch)
treebd167d1059c8d75991677ca02aa9b4091581f349 /templates
parent2efbb78b7ceff6c369c2bee68c2a09270ce0fcde (diff)
downloadcontact-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>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/list_contact.tpl3
-rwxr-xr-xtemplates/list_contacts.tpl3
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>