phpbb/phpBB/templates/subSilver/admin/auth_select_body.tpl
Paul S. Owen 81fc6e2d22 Updates related to auth_admin changes
git-svn-id: file:///svn/phpbb/trunk@2228 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-01 00:10:41 +00:00

13 lines
431 B
Smarty

<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" class="forumline">
<tr>
<th class="thHead" align="center">{L_AUTH_SELECT}</th>
</tr>
<tr>
<td class="row1" align="center">{S_HIDDEN_FIELDS}{S_AUTH_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}" class="mainoption" />&nbsp;</td>
</tr>
</table></form>