From 6ec8b826af73b5a2abb41a11fcb28dc9b4283305 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Tue, 2 Jun 2026 16:42:53 +0100 Subject: list.tpl: remove street sort — contact_address not yet joined in getList MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- templates/list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ {tr}Available Content{/tr} [ {$listInfo.total_records} ] {smartlink ititle="Title" isort="title" idefault=1 iorder=desc ihash=$listInfo.ihash|default:''} - {smartlink ititle="Address" isort="street" ihash=$listInfo.ihash|default:''} + {tr}Address{/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} -- cgit v1.3