aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-10 23:37:53 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-10 23:37:53 +0000
commiteb733ebc83893669899c8c61cac40a3c49d93e0b (patch)
tree94e66647435c6fba9fd02fe6a1c09632294fb0a3
parent1b411d013c19c7e33f10cdf6e7310e7d1e3fc98d (diff)
downloadforums-eb733ebc83893669899c8c61cac40a3c49d93e0b.tar
forums-eb733ebc83893669899c8c61cac40a3c49d93e0b.tar.gz
forums-eb733ebc83893669899c8c61cac40a3c49d93e0b.tar.bz2
forums-eb733ebc83893669899c8c61cac40a3c49d93e0b.tar.xz
forums-eb733ebc83893669899c8c61cac40a3c49d93e0b.zip
Renamed
git-svn-id: file:///svn/phpbb/trunk@622 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/templates/PSO/confirm.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/templates/PSO/confirm.tpl b/phpBB/templates/PSO/confirm.tpl
deleted file mode 100644
index b6acc5620a..0000000000
--- a/phpBB/templates/PSO/confirm.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-<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 />{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>