aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/admin/auth_select_body.tpl
blob: 9b9392c33d029918dc0902eaf25fa4a6e8d47bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<h1>{L_AUTH_TITLE}</h1>

<p>{L_AUTH_EXPLAIN}</p>

<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
	<tr>
	
        <th align="center">{L_AUTH_SELECT}</th>
	</tr>
	<tr>
		<td class="row1" align="center">{S_AUTH_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}">&nbsp;</td>
	</tr>
</table></form>