This commit is contained in:
oliver
2026-06-14 20:30:11 -03:00
parent 677cf54d60
commit 412e93ad83
2 changed files with 107 additions and 6 deletions
+35 -2
View File
@@ -722,10 +722,10 @@
<!-- ─── CRM Section ─────────────────────────── -->
<div class="section" id="section-crm">
<!-- Search bar -->
<!-- Action bar -->
<div
class="card"
style="padding: 14px 20px; margin-bottom: 16px"
style="padding: 10px 20px; margin-bottom: 16px"
>
<div
class="form-row"
@@ -735,6 +735,38 @@
align-items: center;
"
>
<div class="form-group" style="flex: 0 0 auto">
<button
class="btn btn-sm"
id="crm-hold-btn"
onclick="crmSetStageSelected('Hold')"
disabled
style="
white-space: nowrap;
background: var(--accent-dim);
color: var(--accent);
border: 1px solid var(--border-hi);
"
>
Set Hold
</button>
</div>
<div class="form-group" style="flex: 0 0 auto">
<button
class="btn btn-sm"
id="crm-cold-btn"
onclick="crmSetStageSelected('Cold')"
disabled
style="
white-space: nowrap;
background: var(--accent-dim);
color: var(--accent);
border: 1px solid var(--border-hi);
"
>
Set Cold
</button>
</div>
<div class="form-group" style="flex: 0 0 auto">
<button
class="btn btn-danger btn-sm"
@@ -765,6 +797,7 @@
Delete Checked
</button>
</div>
<span style="flex: 1; min-width: 0"></span>
<div
class="form-group"
style="flex: 1; min-width: 120px"