<%= it.SimpleBreadcrumb("SMS Content") %>
SMS Content
<%= it.Button({ label: "New Content", id: "openSmsModalBtn", variant: "primary", icon: "plus" }) %>
<%= it.SkeletonTable({ rows: 5, cells: 4, showHeader: true }) %>
<%= it.Modal({ id: "smsModal", open: false, overlayClassName: "sms-modal-right", containerClassName: "max-w-3xl", headerLeftHtml: '', closeButtonId: "closeSmsModal", bodyClassName: "space-y-4", body: `
0
ภาษาอังกฤษหรืออักษรทั่วไป (GSM-7): 160 ตัวอักษร
ภาษาไทยหรืออักขระพิเศษ (Unicode): 70 ตัวอักษร
`, footer: ` ${it.Button({ label: "Cancel", id: "cancelSmsModal", variant: "outline-primary", className: "btn-cancel-sms" })} ${it.Button({ label: "Save", id: "saveSmsModal", variant: "primary", icon: "device-floppy", className: "btn-save-sms" })} ` }) %> <%= it.Modal({ id: "testSmsModal", open: false, title: "Send Test SMS", body: `
Select the SMS channel to use for sending
Enter the phone number to send the test SMS to (0XXXXXXXXX or +66XXXXXXXXX)
`, footer: `
` }) %>