mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
Group admin isn't finished, but I felt like committing it anyway...
git-svn-id: file:///svn/phpbb/trunk@878 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
20
phpBB/templates/PSO/admin/group_select_body.tpl
Normal file
20
phpBB/templates/PSO/admin/group_select_body.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_GROUP_TITLE}</h1>
|
||||
|
||||
<p>{L_GROUP_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_AUTH_SELECT}</b></span></td>
|
||||
</tr>
|
||||
<tr><form method="get" action="{S_GROUP_ACTION}"><input type="hidden" mode="editgroup">
|
||||
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
|
||||
</form></tr>
|
||||
<tr>
|
||||
<td class="row2" align="center"><a href="admin_groups.{phpEx}?mode=newgroup">{L_GROUP_NEW}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
Reference in New Issue
Block a user