1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
php-phpbb/phpBB/templates/subSilver/admin/auth_forum_body.tpl
Paul S. Owen e416fb51d2 Lang related changes
git-svn-id: file:///svn/phpbb/trunk@1377 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-19 20:38:44 +00:00

32 lines
944 B
Smarty

<h1>{L_AUTH_TITLE}</h1>
<p>{L_AUTH_EXPLAIN}</p>
<h2>{L_FORUM}: {FORUM_NAME}</h2>
<form method="post" action="{S_FORUMAUTH_ACTION}">
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<!-- BEGIN forum_auth_titles -->
<th class="thTop">{forum_auth_titles.CELL_TITLE}</th>
<!-- END forum_auth_titles -->
</tr>
<tr>
<!-- BEGIN forum_auth_data -->
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
<!-- END forum_auth_data -->
</tr>
<tr>
<td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
</tr>
<tr>
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
&nbsp;&nbsp;
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
</td>
</tr>
</table>
</form>