|
From: Paul S. O. <ps...@us...> - 2001-10-21 01:53:51
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv3298
Modified Files:
search_username.tpl posting_topic_review.tpl
Log Message:
Additional updates, Tom
Index: search_username.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_username.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** search_username.tpl 2001/10/16 14:43:03 1.1
--- search_username.tpl 2001/10/21 01:53:48 1.2
***************
*** 9,26 ****
</script>
! <form method="post" name="search" action="{S_SEARCH_ACTION}"><table width="100%" border="0" cellspacing="0" cellpadding="5" align="center" height="100%">
<tr>
! <td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
! <tr>
! <th class="thHead">{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="gen"><a href="javascript:window.close();" class="gen">{L_CLOSE_WINDOW}</a></span></td>
! </tr>
! </table></td>
</tr>
! </table></form>
--- 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>
Index: posting_topic_review.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_topic_review.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** posting_topic_review.tpl 2001/10/16 16:24:52 1.2
--- posting_topic_review.tpl 2001/10/21 01:53:48 1.3
***************
*** 4,8 ****
<tr>
! <td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td>
</tr>
<tr>
--- 4,8 ----
<tr>
! <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
</tr>
<tr>
|