|
From: Paul S. O. <ps...@us...> - 2002-03-01 00:10:43
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv25121/templates/subSilver/admin
Modified Files:
auth_select_body.tpl group_select_body.tpl
user_select_body.tpl
Log Message:
Updates related to auth_admin changes
Index: auth_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/auth_select_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** auth_select_body.tpl 14 Oct 2001 15:55:50 -0000 1.3
--- auth_select_body.tpl 1 Mar 2002 00:10:41 -0000 1.4
***************
*** 6,14 ****
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
!
! <th class="thHead" align="center">{L_AUTH_SELECT}</th>
</tr>
<tr>
! <td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
</tr>
</table></form>
--- 6,13 ----
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thHead" align="center">{L_AUTH_SELECT}</th>
</tr>
<tr>
! <td class="row1" align="center">{S_HIDDEN_FIELDS}{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
</tr>
</table></form>
Index: group_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_select_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** group_select_body.tpl 14 Oct 2001 15:55:50 -0000 1.3
--- group_select_body.tpl 1 Mar 2002 00:10:41 -0000 1.4
***************
*** 13,17 ****
</tr>
<tr>
! <td class="catBottom" align="center"><input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
</tr>
</table></form>
--- 13,17 ----
</tr>
<tr>
! <td class="catBottom" align="center">{S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
</tr>
</table></form>
Index: user_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/user_select_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** user_select_body.tpl 26 Nov 2001 10:18:03 -0000 1.6
--- user_select_body.tpl 1 Mar 2002 00:10:41 -0000 1.7
***************
*** 9,13 ****
</tr>
<tr>
! <td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" /><input type="submit" name="submituser" value="{L_LOOK_UP}" class="mainoption" /> <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>
</table></form>
--- 9,13 ----
</tr>
<tr>
! <td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS}<input type="submit" name="submituser" value="{L_LOOK_UP}" class="mainoption" /> <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>
</table></form>
|