aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/modcp_move.tpl
blob: 2c895d5a8516d52c81acf577f6810836f46a0d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<form action="{S_MODCP_ACTION}" method="post"><table width="80%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
			<tr>
				<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
			</tr>
			<tr>
				<td class="row2" align="center"><br /><span class="gen">{L_MOVE_TO_FORUM} &nbsp; {S_FORUM_BOX}<br /><br />{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input class="mainoptiontable" type="submit" name="confirm" value="{L_YES}" />&nbsp;&nbsp;<input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td>
			</tr>
		</table></td>
	</tr>
</table></form>