mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
New name
git-svn-id: file:///svn/phpbb/trunk@623 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eb733ebc83
commit
0ec1bc7815
1 changed files with 13 additions and 0 deletions
13
phpBB/templates/PSO/confirm_body.tpl
Normal file
13
phpBB/templates/PSO/confirm_body.tpl
Normal file
|
@ -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}"> <input type="submit" name="not_confirm" value="{L_NO}"></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Reference in a new issue