Diff -- /var/www/vhosts/3dshawn.com/crm.3dshawn.com/TEMPLATES/cf_import.html
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
to 27d914350dc6
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | 1 | <!-- ContactForge -- /import.cgi optional template scaffold. |
| 2 | 2 | |
| 3 | 3 | The /import.cgi page builds its body inline (so it can dynamically |
| 4 | 4 | swap tab panels and inject the preview JS). This template is here |
| 5 | 5 | for the case where a future refactor wants to move the body into |
| 6 | 6 | a template; the CGI currently passes $body straight to |
| 7 | 7 | $wrap->render({...}) and this file is not loaded. |
| 8 | 8 | |
| 9 | 9 | If you do switch to template mode, set $tvars->{body_html} = $body |
| 10 | 10 | and replace the call with $tfile->template('cf_import.html', $tvars, $userinfo). --> |
| 11 | 11 | <div class="page-shell" style="max-width:1100px"> |
| 12 | 12 | <h1>Import contacts</h1> |
| 13 | 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 | 14 | $body_html |
| 15 | 15 | </div> |