PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / restoreDefaultsModal.html

restoreDefaultsModal.html in 404 Solution trunk, at includes/html/restoreDefaultsModal.html

16 lines 965 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="abj404-restore-defaults-modal" class="abj404-modal" role="dialog" aria-modal="true" aria-labelledby="abj404-restore-defaults-modal-title">
2 <div class="abj404-modal-content">
3 <div class="abj404-modal-header">
4 <h2 id="abj404-restore-defaults-modal-title">{title}</h2>
5 <button type="button" id="abj404-restore-defaults-cancel" class="abj404-modal-close" aria-label="{closeLabel}">&times;</button>
6 </div>
7 <div class="abj404-modal-body">
8 <p>{body}</p>
9 </div>
10 <div class="abj404-modal-footer">
11 <button type="button" id="abj404-restore-defaults-cancel-2" class="button">{cancelLabel}</button>
12 <button type="button" id="abj404-restore-defaults-confirm" class="button button-primary">{confirmLabel}</button>
13 </div>
14 </div>
15 </div>
16