diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:35:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:35:56 +0000 |
commit | dff3e0f33036580a011dcf3c5b45d8ea058ed610 (patch) | |
tree | 801e6aff87d8e3393d9e64b25b1325acf377ed6a /phpBB/styles/subSilver/template/confirm_body.html | |
parent | e6dab93a02a05a61799c1c0e56864961e8b56bba (diff) | |
download | forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.gz forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.bz2 forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.xz forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.zip |
huh? no more subsilver? Now i know you so well you want to leave me? bah, go away, just go away, you will see what you get by leaving me... i will search for another style wanting to hug me. :P
git-svn-id: file:///svn/phpbb/trunk@7262 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/confirm_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/confirm_body.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/styles/subSilver/template/confirm_body.html b/phpBB/styles/subSilver/template/confirm_body.html deleted file mode 100644 index 92c2481c2d..0000000000 --- a/phpBB/styles/subSilver/template/confirm_body.html +++ /dev/null @@ -1,28 +0,0 @@ -<!-- INCLUDE overall_header.html --> - -<div id="pagecontent"> - - <form name="confirm" action="{S_CONFIRM_ACTION}" method="post"> - - <table class="tablebg" width="100%" cellspacing="1"> - <tr> - <th>{MESSAGE_TITLE}</th> - </tr> - <tr> - <td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td> - </tr> - </table> - - </form> - -</div> - -<br clear="all" /> - -<!-- INCLUDE breadcrumbs.html --> - -<br clear="all" /> - -<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div> - -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |