|
From: Paul S. O. <ps...@us...> - 2001-11-21 16:20:44
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv22988/templates/subSilver/admin
Modified Files:
group_edit_body.tpl
Log Message:
Minor change to use username selector
Index: group_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_edit_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** group_edit_body.tpl 2001/11/21 03:10:10 1.7
--- group_edit_body.tpl 2001/11/21 16:20:40 1.8
***************
*** 2,6 ****
<h1>{L_GROUP_TITLE}</h1>
! <form action="{S_GROUP_ACTION}" method="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center">
<tr>
<th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th>
--- 2,6 ----
<h1>{L_GROUP_TITLE}</h1>
! <form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center">
<tr>
<th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th>
***************
*** 23,27 ****
<tr>
<td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td>
! <td class="row2" width="62%">{S_SELECT_MODERATORS}</td>
</tr>
--- 23,27 ----
<tr>
<td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td>
! <td class="row2" width="62%"><input 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>
</tr>
|