diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-02 16:42:53 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-02 16:42:53 +0100 |
| commit | 6ec8b826af73b5a2abb41a11fcb28dc9b4283305 (patch) | |
| tree | 095e089b6f3f288fa164d51e2b7769e69c572de3 | |
| parent | 56ac2b7d17030c6da742a885401416dc21824ed5 (diff) | |
| download | contact-6ec8b826af73b5a2abb41a11fcb28dc9b4283305.tar.gz contact-6ec8b826af73b5a2abb41a11fcb28dc9b4283305.tar.bz2 contact-6ec8b826af73b5a2abb41a11fcb28dc9b4283305.zip | |
list.tpl: remove street sort — contact_address not yet joined in getList
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.tpl b/templates/list.tpl index 63e1704..bba6f3c 100755 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -15,7 +15,7 @@ <caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption> <tr> <th>{smartlink ititle="Title" isort="title" idefault=1 iorder=desc ihash=$listInfo.ihash|default:''}</th> - <th>{smartlink ititle="Address" isort="street" ihash=$listInfo.ihash|default:''}</th> + <th>{tr}Address{/tr}</th> </tr> {section name=content loop=$listcontacts} {if $smarty.section.content.rownum % 2 != 0}{assign var=rowclass value="odd"}{else}{assign var=rowclass value="even"}{/if} |
