130 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_GROUP_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> |
|
|
5 |
<tr> |
|
|
6 |
<th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th> |
|
|
7 |
</tr> |
|
|
8 |
<tr> |
|
|
9 |
<td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
|
|
10 |
</tr> |
|
|
11 |
<tr> |
|
|
12 |
<td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td> |
|
|
13 |
<td class="row2" width="62%"> |
|
|
14 |
<input class="post" type="text" name="group_name" size="35" maxlength="40" value="{GROUP_NAME}" /> |
|
|
15 |
</td> |
|
|
16 |
</tr> |
|
|
17 |
<tr> |
|
|
18 |
<td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td> |
|
|
19 |
<td class="row2" width="62%"> |
|
|
20 |
<textarea class="post" name="group_description" rows="5" cols="51">{GROUP_DESCRIPTION}</textarea> |
|
|
21 |
</td> |
|
|
22 |
</tr> |
|
|
23 |
<tr> |
|
|
24 |
<td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td> |
|
|
25 |
<td class="row2" width="62%"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" value="{GROUP_MODERATOR}" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> |
|
|
26 |
</tr> |
|
|
27 |
|
|
|
28 |
<tr> |
|
|
29 |
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td> |
|
|
30 |
<td class="row2" width="62%"> |
|
|
31 |
<input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td> |
|
|
32 |
</tr> |
|
|
33 |
<!-- BEGIN group_edit --> |
|
|
34 |
<tr> |
|
|
35 |
<td class="row1" width="38%"><span class="gen">{L_DELETE_MODERATOR}</span> |
|
|
36 |
<br /> |
|
|
37 |
<span class="gensmall">{L_DELETE_MODERATOR_EXPLAIN}</span></td> |
|
|
38 |
<td class="row2" width="62%"> |
|
|
39 |
<input type="checkbox" name="delete_old_moderator" value="1"> |
|
|
40 |
{L_YES}</td> |
|
|
41 |
</tr> |
|
|
42 |
<tr> |
|
|
43 |
<td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td> |
|
|
44 |
<td class="row2" width="62%"> |
|
|
45 |
<input type="checkbox" name="group_delete" value="1"> |
|
|
46 |
{L_GROUP_DELETE_CHECK}</td> |
|
|
47 |
</tr> |
|
|
48 |
<!-- END group_edit --> |
|
|
49 |
<tr> |
|
|
50 |
<td class="catBottom" colspan="2" align="center"><span class="cattitle"> |
|
|
51 |
<input type="submit" name="group_update" value="{L_SUBMIT}" class="mainoption" /> |
|
|
52 |
|
|
|
53 |
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
|
|
54 |
</span></td> |
|
|
55 |
</tr> |
|
|
56 |
</table>{S_HIDDEN_FIELDS}</form> |