aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-10 23:38:09 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-10 23:38:09 +0000
commit0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4 (patch)
tree0da4ff37bc914f4e7414eb83a961a6d19a3ada34 /phpBB
parenteb733ebc83893669899c8c61cac40a3c49d93e0b (diff)
downloadforums-0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4.tar
forums-0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4.tar.gz
forums-0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4.tar.bz2
forums-0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4.tar.xz
forums-0ec1bc7815c529c0f110c37f5def8e45c3f3e8f4.zip
New name
git-svn-id: file:///svn/phpbb/trunk@623 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/confirm_body.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/confirm_body.tpl b/phpBB/templates/PSO/confirm_body.tpl
new file mode 100644
index 0000000000..d70af37963
--- /dev/null
+++ b/phpBB/templates/PSO/confirm_body.tpl
@@ -0,0 +1,13 @@
+
+<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><form action="{S_CONFIRM_ACTION}" method="POST">
+ <td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}">&nbsp;&nbsp;<input type="submit" name="not_confirm" value="{L_NO}"></td>
+ </form></tr>
+ </table></td>
+ </tr>
+</table>