diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:25:07 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:25:07 +0100 |
| commit | 9002d254e614cf126b14d7987b0b74c3559c3186 (patch) | |
| tree | 916fd79eea8b443e5b5f85e10c4764ccc2667855 | |
| parent | d1ca207109e01e511636f39a6de4e35082f44f43 (diff) | |
| download | contact-9002d254e614cf126b14d7987b0b74c3559c3186.tar.gz contact-9002d254e614cf126b14d7987b0b74c3559c3186.tar.bz2 contact-9002d254e614cf126b14d7987b0b74c3559c3186.zip | |
view_xref_contact_group.tpl: default allow_edit to false, consistent with other group templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | templates/view_xref_contact_group.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_xref_contact_group.tpl b/templates/view_xref_contact_group.tpl index 4b1f349..549985e 100644 --- a/templates/view_xref_contact_group.tpl +++ b/templates/view_xref_contact_group.tpl @@ -1,4 +1,4 @@ -{assign var=xrefAllowEdit value=$allow_edit|default:true} +{assign var=xrefAllowEdit value=$allow_edit|default:false} {jstab title="`$xrefGroup->mTitle` ({$xrefGroup->mXrefs|@count})"} {legend legend=$xrefGroup->mTitle} <div class="form-group table-responsive"> |
