aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/confirm_bbcode.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/confirm_bbcode.html')
-rw-r--r--phpBB/adm/style/confirm_bbcode.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/phpBB/adm/style/confirm_bbcode.html b/phpBB/adm/style/confirm_bbcode.html
new file mode 100644
index 0000000000..52a6523984
--- /dev/null
+++ b/phpBB/adm/style/confirm_bbcode.html
@@ -0,0 +1,22 @@
+<!-- INCLUDE overall_header.html -->
+
+<form id="confirm" method="post" action="{S_CONFIRM_ACTION}">
+ <div class="errorbox">
+ <h3>{L_WARNING}</h3>
+ <p>{MESSAGE_TEXT}</p>
+ </div>
+<fieldset>
+
+
+ {S_HIDDEN_FIELDS}
+
+ <div style="text-align: center;">
+ <input type="submit" name="confirm" value="{L_YES}" class="button2" />&nbsp;
+ <input type="submit" name="cancel" value="{L_CANCEL}" class="button2" />
+ </div>
+
+</fieldset>
+
+</form>
+
+<!-- INCLUDE overall_footer.html -->