# 404-solution/trunk/includes/html/restoreDefaultsModal.html

404 Solution, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/restoreDefaultsModal.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/restoreDefaultsModal.html
- Modified: 2026-06-23T05:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/restoreDefaultsModal.html#L10-L20`.

```html
        <div id="abj404-restore-defaults-modal" class="abj404-modal" role="dialog" aria-modal="true" aria-labelledby="abj404-restore-defaults-modal-title">
            <div class="abj404-modal-content">
                <div class="abj404-modal-header">
                    <h2 id="abj404-restore-defaults-modal-title">{title}</h2>
                    <button type="button" id="abj404-restore-defaults-cancel" class="abj404-modal-close" aria-label="{closeLabel}">&times;</button>
                </div>
                <div class="abj404-modal-body">
                    <p>{body}</p>
                </div>
                <div class="abj404-modal-footer">
                    <button type="button" id="abj404-restore-defaults-cancel-2" class="button">{cancelLabel}</button>
                    <button type="button" id="abj404-restore-defaults-confirm" class="button button-primary">{confirmLabel}</button>
                </div>
            </div>
        </div>

```
