aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-07-10 23:18:45 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-07-10 23:18:45 +0000
commit6a8674bd2d4706f9c890db8e97f0e58e7f9b529a (patch)
treec87715f28b64c4bbd2f6e8dafd2a2a1a9c7acacf /phpBB
parent5fccf26e73495ad46becd69e33f407b5d77bd239 (diff)
downloadforums-6a8674bd2d4706f9c890db8e97f0e58e7f9b529a.tar
forums-6a8674bd2d4706f9c890db8e97f0e58e7f9b529a.tar.gz
forums-6a8674bd2d4706f9c890db8e97f0e58e7f9b529a.tar.bz2
forums-6a8674bd2d4706f9c890db8e97f0e58e7f9b529a.tar.xz
forums-6a8674bd2d4706f9c890db8e97f0e58e7f9b529a.zip
Added template for confirmation page to PSO template set
git-svn-id: file:///svn/phpbb/trunk@618 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/confirm.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/confirm.tpl b/phpBB/templates/PSO/confirm.tpl
new file mode 100644
index 0000000000..c94fd2bf43
--- /dev/null
+++ b/phpBB/templates/PSO/confirm.tpl
@@ -0,0 +1,18 @@
+
+<div align="center"><table width="80%" cellpadding="0" cellspacing="1" border="0">
+ <tr>
+ <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
+ <tr>
+ <th class="secondary"><b>{MESSAGE_TITLE}</b></th>
+ </tr>
+ <tr>
+ <td class="row2" width="100%" align="center">
+ <form auction="{S_CONFIRM_ACTION}" method="POST">
+ <span class="gen">{MESSAGE_TEXT}</span><br />
+ <input type="submit" name="confirm" value="{L_YES}">&nbsp;&nbsp;<input type="submit" name="not_confirm" value="{L_NO}">
+ {HIDDEN_FIELDS}
+ </td>
+ </tr>
+ </table></td>
+ </tr>
+</table>