diff options
Diffstat (limited to 'phpBB/adm/style/confirm_body.html')
| -rw-r--r-- | phpBB/adm/style/confirm_body.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/adm/style/confirm_body.html b/phpBB/adm/style/confirm_body.html deleted file mode 100644 index 2fbb1a60d7..0000000000 --- a/phpBB/adm/style/confirm_body.html +++ /dev/null @@ -1,20 +0,0 @@ -<!-- 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 --> |
