1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/templates/Euclid/admin/user_select_body.tpl
Paul S. Owen 35ad2b4be6 A new name for PSO ...
git-svn-id: file:///svn/phpbb/trunk@1534 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 01:03:20 +00:00

18 lines
462 B
Smarty

<br clear="all" />
<h1>{L_USER_TITLE}</h1>
<p>{L_USER_EXPLAIN}</p>
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<td class="cat" align="center"><span class="cattitle"><b>{L_USER_SELECT}</b></span></td>
</tr>
<tr><form method="get" action="{S_USER_ACTION}">
<td class="row1" align="center">{S_USER_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}" name="submit">&nbsp;</td>
</form></tr>
</table>
<br clear="all" />