waiver admin section,
This commit is contained in:
@@ -308,6 +308,11 @@
|
||||
<div class="admin-fee-header">
|
||||
<span class="admin-fee-title">Site Admin Fee</span>
|
||||
<span id="adminFeeDisplay" class="admin-fee-val">$150/mo</span>
|
||||
<label class="qs-toggle-row admin-fee-waive-toggle">
|
||||
<input type="checkbox" id="adminWaived" onchange="update()">
|
||||
<span class="qs-switch"></span>
|
||||
<span class="qs-toggle-label">Waive</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="admin-fee-sub">Calculated from services below · floor $150/mo</div>
|
||||
|
||||
@@ -329,6 +334,11 @@
|
||||
<tr class="fee-total"><td>Total Admin Fee</td><td id="fb-total">—</td></tr>
|
||||
</table>
|
||||
|
||||
<div class="admin-waive-savings hidden" id="adminWaivedSavings">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="11" height="11" fill="currentColor"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>
|
||||
Site admin fee waived — saving <span id="adminWaivedAmt">$0</span>/mo on this quote
|
||||
</div>
|
||||
|
||||
<!-- What's Covered collapsible -->
|
||||
<div class="collapsible-header collapsible-header--mt16" onclick="toggleCollapsible('adminCovered')" tabindex="0" role="button" onkeydown="if(event.key==='Enter'||event.key===' '){toggleCollapsible('adminCovered');event.preventDefault();}">
|
||||
<span class="collapsible-toggle" id="adminCovered-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg></span>
|
||||
|
||||
Reference in New Issue
Block a user