1
0
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:
dougk_ff7
2001-08-15 00:30:31 +00:00
parent e2710a5101
commit f8d5fd6422
2 changed files with 118 additions and 3 deletions

View 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}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}">&nbsp;</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" />