aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/confirm_body.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 13:22:39 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 13:22:39 +0000
commitc93474e11839f56a51d662ae40336e9ba61a12a2 (patch)
tree0ad79c8fe0e1cccceb92d673f2088ce1e6c4bf60 /phpBB/styles/subSilver/template/confirm_body.html
parentaf1cc18e023bc8b55bc86417d25f4e0debbc3deb (diff)
downloadforums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.gz
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.bz2
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.xz
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.zip
Moving again ... I think this time will be the last ... famous last words
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/confirm_body.html')
-rw-r--r--phpBB/styles/subSilver/template/confirm_body.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/confirm_body.html b/phpBB/styles/subSilver/template/confirm_body.html
new file mode 100644
index 0000000000..0f6b1f6042
--- /dev/null
+++ b/phpBB/styles/subSilver/template/confirm_body.html
@@ -0,0 +1,18 @@
+<!-- INCLUDE overall_header.html -->
+
+<form action="{S_CONFIRM_ACTION}" method="post"><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td>
+ </tr>
+</table>
+
+<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
+ <tr>
+ <th height="28" valign="middle">{MESSAGE_TITLE}</th>
+ </tr>
+ <tr>
+ <td class="row1" align="center"><span class="gen"><br /><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
+ </tr>
+</table></form>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file