| 1234567891011121314151617 |
- <p>
- <b>Mode</b>:
- <input type="radio" id="mode-standard" name="editor-restriction-mode" value="standard" checked><label for="mode-standard">Standard</label>
- <input type="radio" id="mode-restricted" name="editor-restriction-mode" value="restricted"><label for="mode-restricted">Restricted</label>
- </p>
- <div id="restricted-editing-editor">
- <p>Dear <span class="restricted-editing-exception">Customer Name</span>,</p>
- <p>thank you for contacting us. Your case was logged as <span class="restricted-editing-exception">Case ID</span> and is assigned to <span class="restricted-editing-exception">Technician Name</span>. We will attempt to resolve your issue within the next <span class="restricted-editing-exception">Time</span> hours.</p>
- <p>Should you need any further assistance, do not hesitate to contact our Customer Support Hotline at <span class="restricted-editing-exception">Hotline Number</span>.</p>
- <p>Yours sincerely,<br />
- <span class="restricted-editing-exception">Name</span><br />
- Customer Support Team</p>
- </div>
|