diff options
Diffstat (limited to 'phpBB/umil/style/confirm_body.html')
-rw-r--r-- | phpBB/umil/style/confirm_body.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/umil/style/confirm_body.html b/phpBB/umil/style/confirm_body.html new file mode 100644 index 0000000000..2fbb1a60d7 --- /dev/null +++ b/phpBB/umil/style/confirm_body.html @@ -0,0 +1,20 @@ +<!-- INCLUDE overall_header.html --> + +<form id="confirm" method="post" action="{S_CONFIRM_ACTION}"> + +<fieldset> + <h1>{MESSAGE_TITLE}</h1> + <p>{MESSAGE_TEXT}</p> + + {S_HIDDEN_FIELDS} + + <div style="text-align: center;"> + <input type="submit" name="confirm" value="{L_YES}" class="button2" /> + <input type="submit" name="cancel" value="{L_NO}" class="button2" /> + </div> + +</fieldset> + +</form> + +<!-- INCLUDE overall_footer.html --> |