mirror of
https://github.com/myronblair/parkerslingshot
synced 2026-06-30 09:40:07 -05:00
Update phone number to (817) 266-2022
This commit is contained in:
+2
-3
@@ -153,7 +153,7 @@ if ($isAjax) {
|
||||
<p style='color:#374151;margin-bottom:20px'>To make sure pickup goes smoothly, here's what still needs to be taken care of:</p>
|
||||
<table style='width:100%;border-collapse:collapse'>{$rowsHtml}</table>
|
||||
<div style='margin-top:24px;padding:16px;background:#f9fafb;border-radius:8px'>
|
||||
<p style='margin:0;font-size:13px;color:#6b7280'>Questions? Call or text <strong style='color:#111'>(817) 555-0199</strong> or reply to this email — we're happy to help.</p>
|
||||
<p style='margin:0;font-size:13px;color:#6b7280'>Questions? Call or text <strong style='color:#111'>(817) 266-2022</strong> or reply to this email — we're happy to help.</p>
|
||||
</div>
|
||||
<p style='color:#374151;margin-top:24px'>Ride on,<br><strong>The Parker County Slingshot Team</strong></p>
|
||||
</div>
|
||||
@@ -2173,7 +2173,6 @@ function openUpdateCard(id, triggerBtn) {
|
||||
'.input-container': {
|
||||
borderColor: '#d1d5db',
|
||||
borderRadius: '6px',
|
||||
backgroundColor: '#ffffff',
|
||||
},
|
||||
'.input-container.is-focus': {
|
||||
borderColor: '#f97316',
|
||||
@@ -2239,7 +2238,7 @@ async function submitUpdateCard() {
|
||||
|
||||
<!-- Update Card Modal -->
|
||||
<div id="updateCardModal" style="display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9999;align-items:center;justify-content:center">
|
||||
<div style="background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:420px;margin:1rem">
|
||||
<div style="background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:420px;margin:1rem;color-scheme:light">
|
||||
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem">
|
||||
<h2 style="font-size:1rem;font-weight:700;margin:0">Update Card on File</h2>
|
||||
<button onclick="closeUpdateCard()" style="background:none;border:none;font-size:1.3rem;cursor:pointer;color:#6b7280;line-height:1">✕</button>
|
||||
|
||||
+1
-1
@@ -121,7 +121,7 @@ $dateLabel = $booking ? date('F j, Y', strtotime($booking['rental_date'])) : '';
|
||||
<?php elseif ($error && !$booking): ?>
|
||||
<div class="card">
|
||||
<div class="alert alert-error"><?= htmlspecialchars($error) ?></div>
|
||||
<p style="color:#6b7280;font-size:.9rem">Need help? Call or text <strong>(817) 555-0199</strong>.</p>
|
||||
<p style="color:#6b7280;font-size:.9rem">Need help? Call or text <strong>(817) 266-2022</strong>.</p>
|
||||
</div>
|
||||
|
||||
<?php elseif ($done): ?>
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && $booking && !$signed) {
|
||||
<li>Valid driver's license</li>
|
||||
<li>Proof of personal auto insurance</li>
|
||||
</ul>
|
||||
<p style='color:#374151'>Questions? Call or text <strong>(817) 555-0199</strong>.</p>
|
||||
<p style='color:#374151'>Questions? Call or text <strong>(817) 266-2022</strong>.</p>
|
||||
<p style='color:#374151'>Ride on,<br><strong>The Parker County Slingshot Team</strong></p>
|
||||
</div>
|
||||
<div style='background:#f3f4f6;padding:16px;text-align:center'>
|
||||
|
||||
Reference in New Issue
Block a user