From 3e93fee9548446bbc6bcfdc370258a5862ceee65 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 20 Mar 2026 01:02:16 -0400 Subject: [PATCH] =?UTF-8?q?ux:=20select=20all=20aligned=20left=20with=20ch?= =?UTF-8?q?eckboxes;=20add=20selected=20=E2=86=92=20save=20my=20selection?= =?UTF-8?q?=20(saves=20immediately)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal/templates/app/orgs.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/portal/templates/app/orgs.html b/portal/templates/app/orgs.html index b9225a9..43c4dfa 100644 --- a/portal/templates/app/orgs.html +++ b/portal/templates/app/orgs.html @@ -425,13 +425,12 @@ if (newPeople.length > 0) { html += '
' - + '
' - + '

New people found — select to add:

' - + '' - + '
' + + '

New people found — select to add:

' + '
'; + html += ''; newPeople.forEach((p, i) => { html += '
' // checkbox + name row @@ -456,7 +455,7 @@ + '
'; }); html += '
' - + '' + + '' + '
'; } if (notFound.length > 0) {