mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
Added template for confirmation page to PSO template set
git-svn-id: file:///svn/phpbb/trunk@618 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5fccf26e73
commit
6a8674bd2d
18
phpBB/templates/PSO/confirm.tpl
Normal file
18
phpBB/templates/PSO/confirm.tpl
Normal file
@ -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}"> <input type="submit" name="not_confirm" value="{L_NO}">
|
||||
{HIDDEN_FIELDS}
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
Loading…
x
Reference in New Issue
Block a user