|
From: Paul S. O. <ps...@us...> - 2001-11-23 01:08:00
|
Update of /cvsroot/phpbb/phpBB2/templates/PSO
In directory usw-pr-cvs1:/tmp/cvs-serv14617/templates/PSO
Modified Files:
posting_body.tpl search_username.tpl jumpbox.tpl
Log Message:
Missed these earlier
Index: posting_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/posting_body.tpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** posting_body.tpl 2001/11/20 02:20:24 1.19
--- posting_body.tpl 2001/11/23 01:07:55 1.20
***************
*** 69,73 ****
<tr>
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
! <td class="row2"><input type="text" name="username" maxlength="50" size="20" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('privmsg.php?mode=searchuser', '_phpbbsearch', 'HEIGHT=155,resizable=yes,WIDTH=400');return false;" /></td>
</tr>
<!-- END privmsg_extensions -->
--- 69,73 ----
<tr>
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
! <td class="row2"><input type="text" name="username" maxlength="50" size="20" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('search.php?mode=searchuser', '_phpbbsearch', 'HEIGHT=155,resizable=yes,WIDTH=400');return false;" /></td>
</tr>
<!-- END privmsg_extensions -->
Index: search_username.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/search_username.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** search_username.tpl 2001/11/20 02:20:24 1.1
--- search_username.tpl 2001/11/23 01:07:55 1.2
***************
*** 9,41 ****
</script>
! <form method="post" name="search" action="{S_SEARCH_ACTION}">
! <table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
! <td>
! <table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
! <tr>
! <th class="thHead" height="25">{L_SEARCH_USERNAME}</th>
! </tr>
! <tr>
! <td valign="top" class="row1"><span class="genmed"><br />
! <input type="text" name="search_author" value="{AUTHOR}" class="post" />
!
! <input type="submit" name="search" value="{L_SEARCH}" class="liteoption" />
! </span><br />
! <span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
! <!-- BEGIN switch_select_name -->
! <span class="genmed">{L_UPDATE_USERNAME}<br />
! <select name="author_list">{S_AUTHOR_OPTIONS}
! </select>
!
! <input type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" />
! </span><br />
! <!-- END switch_select_name -->
! <br />
! <span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
! </tr>
! </table>
! </td>
</tr>
! </table>
! </form>
--- 9,26 ----
</script>
! <form method="post" name="search" action="{S_SEARCH_ACTION}"><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
! <td class="tablebg"><table width="100%" border="0" cellspacing="1" cellpadding="3">
! <tr>
! <th>{L_SEARCH_USERNAME}</th>
! </tr>
! <tr>
! <td valign="top" class="row1"><span class="gensmall"><br /><input type="text" name="search_author" value="{AUTHOR}" class="post" /> <input class="mainoptiontable" type="submit" name="search" value="{L_SEARCH}" class="liteoption" /></span><br /><span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
! <!-- BEGIN switch_select_name -->
! <span class="gensmall">{L_UPDATE_USERNAME}<br /><select name="author_list">{S_AUTHOR_OPTIONS}</select> <input class="liteoptiontable" type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" /></span><br />
! <!-- END switch_select_name -->
! <br /><span class="gensmall"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
! </tr>
! </table></td>
</tr>
! </table></form>
Index: jumpbox.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/jumpbox.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** jumpbox.tpl 2001/11/20 02:20:24 1.5
--- jumpbox.tpl 2001/11/23 01:07:55 1.6
***************
*** 2,6 ****
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0">
<tr>
! <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} <input type="submit" value="{L_GO}" /></span></td>
</tr>
</table></form>
--- 2,6 ----
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0">
<tr>
! <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} <input class="outsidetable" type="submit" value="{L_GO}" /></span></td>
</tr>
</table></form>
|