Diff -- /var/www/vhosts/3dshawn.com/crm.3dshawn.com/TEMPLATES/cf_import.html

O Operator
Diff

/var/www/vhosts/3dshawn.com/crm.3dshawn.com/TEMPLATES/cf_import.html

added on local at 2026-07-01 15:03:13

Added
+0
lines
Removed
-0
lines
Context
15
unchanged
Blobs
from 27d914350dc6
to 27d914350dc6
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
11<!-- ContactForge -- /import.cgi optional template scaffold.
22
33 The /import.cgi page builds its body inline (so it can dynamically
44 swap tab panels and inject the preview JS). This template is here
55 for the case where a future refactor wants to move the body into
66 a template; the CGI currently passes $body straight to
77 $wrap->render({...}) and this file is not loaded.
88
99 If you do switch to template mode, set $tvars->{body_html} = $body
1010 and replace the call with $tfile->template('cf_import.html', $tvars, $userinfo). -->
1111<div class="page-shell" style="max-width:1100px">
1212 <h1>Import contacts</h1>
1313 <p class="text-dim">Bring in your existing book of customers from anywhere. We will dedupe by email, map common column names, and tag each batch.</p>
1414 $body_html
1515</div>