summaryrefslogtreecommitdiff
path: root/templates/list.tpl
AgeCommit message (Collapse)AuthorFilesLines
2026-06-02list.tpl: remove street sort — contact_address not yet joined in getListLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02list.tpl: fix column mismatch — both rows now 2 columnsLester Caine1-7/+1
Second row had 5 columns (including dead \$item.* references and DOB/NI fields not relevant here). Collapsed to colspan=2 with just refs/tasks/addresses. Dead \$item.display_link and content type cells removed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02Rename list.php → list_contacts.php; add odd/even row pairs to listLester Caine1-2/+3
list_contacts.php: modern replacement with clean code, no dead session logic, referencing list.tpl. list.php: now a thin redirect for backward compatibility. list.tpl: alternate odd/even class on each contact's row pair. All internal references (display_contact, index, load_emails, menu, admin_xref_types) updated to list_contacts.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27Fix Firebird/PDO compatibility and strip Cotswold Security remnantsLester Caine1-6/+0
- Fix LOCALTIMESTAMP default in contact_address (CURRENT_TIMESTAMP caused timezone error with Firebird 4+ / PDO session having no timezone set) - Add xref_id sequence call to all liberty_xref INSERTs in Contact::store() - Add CONTACT_PKG_CLASS_PATH so getLibertyObject resolves Contact class - Fix LibertyXref date fields: format Unix timestamps as Y-m-d H:i:s before INSERT; use null instead of empty string for nullable TIMESTAMP columns - Remove Contract/Key Number column from list and edit templates - Remove find_key search box and getContractList() method - Remove alarm and council xref groups and items from schema seed - Add SCREF (Stock Source Reference) to links xref group seed - Archive and git-remove Cotswold-specific templates and list_contracts.php - Clean up contact_header: remove xkey prefix, restore plain title display - Browser title now shows contact name instead of generic "Contact Information" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵V5-php84lsces1-8/+8
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-27Smart5 style changeslsces1-8/+8
2025-08-24Just a crude merging of the PHP7 code base with the PHP8.4 versionlsces1-40/+20
2015-01-22Change list stylelsces1-29/+34
2014-10-22Tidy up to Smarty3 and BS3lsces1-47/+50
2011-03-10Swap x and y so they are lng and lat not lat and lngLester Caine1-2/+2
2011-03-10Add Contract number list viewsLester Caine1-1/+1
Still needs to be made selectable from the open view
2010-12-16Add manual location information to fine tune map selectionLester Caine1-0/+3
#L xref entry provides Latitude and Longditude in it's xkey and xkey_ext entries
2010-12-08Replace address lookup with access to 'address' package generic database.Lester Caine1-10/+12
This adds map location data to the address and links to OSM, multimap and googlemap
2010-11-03Import package again after stripping private data which should not have been ↵"Lester Caine ext:(%22)1-0/+78
commited