Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25429/templates/subSilver
Modified Files:
index_body.tpl memberlist_body.tpl privmsgs_body.tpl
privmsgs_read_body.tpl profile_view_body.tpl
viewtopic_body.tpl
Log Message:
Mainly language updates but some bug fixes too
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index_body.tpl 2001/11/14 06:37:05 1.8
--- index_body.tpl 2001/11/16 17:27:36 1.9
***************
*** 8,12 ****
<!-- END egosearch -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
! <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{L_LAST_VISIT} {LAST_VISIT_DATE}</td>
</tr>
</table>
--- 8,12 ----
<!-- END egosearch -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
! <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{LAST_VISIT_DATE}</td>
</tr>
</table>
Index: memberlist_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/memberlist_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** memberlist_body.tpl 2001/10/01 23:22:18 1.2
--- memberlist_body.tpl 2001/11/16 17:27:36 1.3
***************
*** 31,50 ****
<!-- END memberrow -->
<tr>
! <td class="catbottom" colspan="7" height="28">
! <table width="100%" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td><span class="nav"> {L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
! <td align="right"><span class="nav">{PAGINATION} </span></td>
! </tr>
! </table>
! </td>
</tr>
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
! <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
! </form>
<table width="100%" cellspacing="2" border="0" align="center">
--- 31,49 ----
<!-- END memberrow -->
<tr>
! <td class="catbottom" colspan="7" height="28"> </td>
</tr>
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
! <td align="right" valign="top"></td>
</tr>
</table>
!
! <table width="100%" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td><span class="nav">{PAGE_NUMBER}</span></td>
! <td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION} </span></td>
! </tr>
! </table></form>
<table width="100%" cellspacing="2" border="0" align="center">
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** privmsgs_body.tpl 2001/11/09 13:15:36 1.4
--- privmsgs_body.tpl 2001/11/16 17:27:36 1.5
***************
*** 96,104 ****
<tr>
<td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS}
! <input type="submit" name="save" value="Save Marked" class="mainoption" />
! <input type="submit" name="delete" value="Delete Marked" class="liteoption" />
! <input type="submit" name="deleteall" value="Delete All" class="liteoption" />
</td>
</tr>
--- 96,104 ----
<tr>
<td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS}
! <input type="submit" name="save" value="{L_SAVE_MARKED}" class="mainoption" />
! <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" />
! <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" />
</td>
</tr>
***************
*** 108,118 ****
<tr>
<td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
! <td align="left" valign="middle" width="100%"><span class="nav"> {L_PAGE}
! <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
! <td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">Mark
! all</a> :: <a href="javascript:select_switch(false);" class="gensmall">Unmark
! all</a></span></b><br />
! <span class="nav">{PAGINATION}<br />
! </span><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
--- 108,113 ----
<tr>
<td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
! <td align="left" valign="middle" width="100%"><span class="nav">{PAGE_NUMBER}</span></td>
! <td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><span class="nav">{PAGINATION}<br /></span><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
Index: privmsgs_read_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_read_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** privmsgs_read_body.tpl 2001/10/01 23:22:18 1.2
--- privmsgs_read_body.tpl 2001/11/16 17:27:36 1.3
***************
*** 12,16 ****
</tr>
</table>
! <br />
<form method="post" action="{S_PRIVMSGS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0">
--- 12,18 ----
</tr>
</table>
!
! <br clear="all" />
!
<form method="post" action="{S_PRIVMSGS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0">
***************
*** 20,23 ****
--- 22,26 ----
</tr>
</table>
+
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
***************
*** 49,55 ****
<tr>
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG}
! {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} </td>
!
! <td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
--- 52,56 ----
<tr>
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG}
! {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
***************
*** 58,64 ****
<tr>
<td class="catBottom" colspan="3" height="28" align="right"> {S_HIDDEN_FIELDS}
! <input type="submit" name="save" value="Save Post" class="liteoption" />
! <input type="submit" name="delete" value="Delete Post" class="liteoption" />
</td>
</tr>
--- 59,65 ----
<tr>
<td class="catBottom" colspan="3" height="28" align="right"> {S_HIDDEN_FIELDS}
! <input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" />
! <input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" />
</td>
</tr>
***************
*** 71,74 ****
--- 72,76 ----
</table>
</form>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** profile_view_body.tpl 2001/11/15 16:26:41 1.5
--- profile_view_body.tpl 2001/11/16 17:27:36 1.6
***************
*** 5,15 ****
</tr>
</table>
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th class="thHead" colspan="2" height="25">{L_VIEWING_PROFILE} <i>{USERNAME}</i></th>
</tr>
<tr>
! <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">Avatar</span></b></td>
! <td class="catRight" width="60%"><b><span class="gen">All about {USERNAME}</span></b></td>
</tr>
<tr>
--- 5,16 ----
</tr>
</table>
!
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
! <th class="thHead" colspan="2" height="25">{L_VIEWING_PROFILE}</th>
</tr>
<tr>
! <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">{L_AVATAR}</span></b></td>
! <td class="catRight" width="60%"><b><span class="gen">{L_ABOUT_USER}</span></b></td>
</tr>
<tr>
***************
*** 22,31 ****
</tr>
<tr>
! <td valign="top" align="right"><span class="gen">{L_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br />
! <span class="genmed">[{PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY}
! {L_PER_DAY}]</span> <br />
! <span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">Find
! all posts by {USERNAME}</a></span></td>
</tr>
<tr>
--- 23,30 ----
</tr>
<tr>
! <td valign="top" align="right"><span class="gen">{L_TOTAL_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br />
! <span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br />
! <span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
</tr>
<tr>
***************
*** 83,90 ****
</tr>
</table>
! <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td align="right"><span class="nav"><br />
! {JUMPBOX}</span></td>
</tr>
</table>
--- 82,89 ----
</tr>
</table>
!
! <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
! <td align="right"><span class="nav"><br />{JUMPBOX}</span></td>
</tr>
</table>
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** viewtopic_body.tpl 2001/10/25 23:21:12 1.7
--- viewtopic_body.tpl 2001/11/16 17:27:36 1.8
***************
*** 59,64 ****
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
! {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td>
! <td valign="top" align="left" nowrap="nowrap">{postrow.ICQ_ADD_IMG}</td>
</tr>
</table>
--- 59,63 ----
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
! {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
|