aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/admin/group_select_body.tpl
blob: 668779c20decf28a84e14de8c8bfe64920a1b129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

<h1>{L_GROUP_TITLE}</h1>

<p>{L_GROUP_EXPLAIN}</p>

<form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
	<tr>
		
	<th class="thHead" align="center">{L_GROUP_SELECT}</th>
	</tr>
	<tr>
		<td class="row1" align="center">{S_GROUP_SELECT}&nbsp;&nbsp;<input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" />&nbsp;</td>
	</tr>
	<tr>
		<td class="catBottom" align="center"><input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
	</tr>
</table></form>