diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2010-02-20 16:18:28 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2010-02-20 16:18:28 +0000 |
commit | 14e21a1a387d23ca83902922dc63fe9c4e940ab0 (patch) | |
tree | 37b5319f3289f2322dc7733ee0badd66e6867bfb /phpBB/adm/style/confirm_bbcode.html | |
parent | 14b5aab07feda92f405adc699499438e40e3f371 (diff) | |
download | forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.gz forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.bz2 forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.xz forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.zip |
warn users about TEXT
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/confirm_bbcode.html')
-rwxr-xr-x | phpBB/adm/style/confirm_bbcode.html | 22 |
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 100755 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" /> + <input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> + </div> + +</fieldset> + +</form> + +<!-- INCLUDE overall_footer.html --> |