|
From: Paul S. O. <ps...@us...> - 2001-11-19 14:12:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv29531/templates/subSilver
Modified Files:
privmsgs_body.tpl search_results_posts.tpl
search_results_topics.tpl
Log Message:
More language updates
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** privmsgs_body.tpl 2001/11/18 14:01:35 1.6
--- privmsgs_body.tpl 2001/11/19 14:12:09 1.7
***************
*** 65,69 ****
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
</select>
! <input type="submit" value="Go" name="submit_msgdays" class="liteoption" />
</span></td>
</tr>
--- 65,69 ----
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
</select>
! <input type="submit" value="{L_GO}" name="submit_msgdays" class="liteoption" />
</span></td>
</tr>
Index: search_results_posts.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_posts.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** search_results_posts.tpl 2001/11/18 14:02:03 1.4
--- search_results_posts.tpl 2001/11/19 14:12:09 1.5
***************
*** 2,10 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom" colspan="3"><span class="maintitle">{L_SEARCH}
! - {SEARCH_MATCHES} Matches</span><br />
! </td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
--- 2,9 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td>
</tr>
</table>
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 12,16 ****
</tr>
</table>
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th width="22%" height="25" class="thCornerL">{L_AUTHOR}</th>
--- 11,16 ----
</tr>
</table>
!
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
<th width="22%" height="25" class="thCornerL">{L_AUTHOR}</th>
***************
*** 38,41 ****
--- 38,42 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
***************
*** 44,47 ****
--- 45,49 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
Index: search_results_topics.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_topics.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** search_results_topics.tpl 2001/11/18 14:02:03 1.6
--- search_results_topics.tpl 2001/11/19 14:12:09 1.7
***************
*** 2,10 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom" colspan="3"><span class="maintitle">{L_SEARCH}
! - {SEARCH_MATCHES} Matches</span><br />
! </td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
--- 2,9 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td>
</tr>
</table>
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 12,16 ****
</tr>
</table>
! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="4%" height="25" class="thCornerL"> </th>
--- 11,16 ----
</tr>
</table>
!
! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th width="4%" height="25" class="thCornerL"> </th>
***************
*** 42,45 ****
--- 42,46 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
***************
*** 48,51 ****
--- 49,53 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
|