aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/confirm_body.tpl
blob: 1080beda67297c76759ff4868b4f932a1958e92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<div align="center"><table width="80%" cellpadding="1" cellspacing="0" 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 /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}">&nbsp;&nbsp;<input type="submit" name="not_confirm" value="{L_NO}"><br /></td>
			</form></tr>
		</table></td>
	</tr>
</table>