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
+15
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
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.
1<!-- ContactForge -- /import.cgi optional template scaffold.
2
3 The /import.cgi page builds its body inline (so it can dynamically
4 swap tab panels and inject the preview JS). This template is here
5 for the case where a future refactor wants to move the body into
6 a template; the CGI currently passes $body straight to
7 $wrap->render({...}) and this file is not loaded.
8
9 If you do switch to template mode, set $tvars->{body_html} = $body
10 and replace the call with $tfile->template('cf_import.html', $tvars, $userinfo). -->
11<div class="page-shell" style="max-width:1100px">
12 <h1>Import contacts</h1>
13 <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>
14 $body_html
15</div>