|
From: Paul S. O. <ps...@us...> - 2002-02-28 14:08:06
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv10402/templates/subSilver
Modified Files:
index_body.tpl login_body.tpl memberlist_body.tpl
modcp_body.tpl modcp_split.tpl privmsgs_body.tpl
privmsgs_read_body.tpl profile_view_body.tpl
search_results_posts.tpl search_results_topics.tpl
viewforum_body.tpl viewtopic_body.tpl
Log Message:
Add a few nowraps ... no doubt causing a few issues for at least one language ...
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** index_body.tpl 25 Jan 2002 21:53:05 -0000 1.19
--- index_body.tpl 28 Feb 2002 14:08:01 -0000 1.20
***************
*** 16,23 ****
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
! <th colspan="2" class="thCornerL" height="25"> {L_FORUM} </th>
! <th width="50" class="thTop"> {L_TOPICS} </th>
! <th width="50" class="thTop"> {L_POSTS} </th>
! <th class="thCornerR"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
--- 16,23 ----
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
! <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
! <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
! <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
! <th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
Index: login_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/login_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** login_body.tpl 28 Dec 2001 16:15:02 -0000 1.6
--- login_body.tpl 28 Feb 2002 14:08:01 -0000 1.7
***************
*** 10,14 ****
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
! <th height="25" class="thHead">{L_ENTER_PASSWORD}</th>
</tr>
<tr>
--- 10,14 ----
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
! <th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th>
</tr>
<tr>
Index: memberlist_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/memberlist_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** memberlist_body.tpl 16 Jan 2002 19:18:45 -0000 1.6
--- memberlist_body.tpl 28 Feb 2002 14:08:01 -0000 1.7
***************
*** 11,22 ****
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
! <th height="25" class="thCornerL">#</th>
! <th class="thTop"> </th>
! <th class="thTop">{L_USERNAME}</th>
! <th class="thTop">{L_EMAIL}</th>
! <th class="thTop">{L_FROM}</th>
! <th class="thTop">{L_JOINED}</th>
! <th class="thTop">{L_POSTS}</th>
! <th class="thCornerR">{L_WEBSITE}</th>
</tr>
<!-- BEGIN memberrow -->
--- 11,22 ----
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
! <th height="25" class="thCornerL" nowrap="nowrap">#</th>
! <th class="thTop" nowrap="nowrap"> </th>
! <th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
! <th class="thTop" nowrap="nowrap">{L_EMAIL}</th>
! <th class="thTop" nowrap="nowrap">{L_FROM}</th>
! <th class="thTop" nowrap="nowrap">{L_JOINED}</th>
! <th class="thTop" nowrap="nowrap">{L_POSTS}</th>
! <th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th>
</tr>
<!-- BEGIN memberrow -->
Index: modcp_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** modcp_body.tpl 18 Nov 2001 14:01:35 -0000 1.7
--- modcp_body.tpl 28 Feb 2002 14:08:01 -0000 1.8
***************
*** 16,24 ****
</tr>
<tr>
! <th width="4%" class="thLeft"> </th>
! <th> {L_TOPICS} </th>
! <th width="8%"> {L_REPLIES} </th>
! <th width="17%"> {L_LASTPOST} </th>
! <th width="5%" class="thRight"> {L_SELECT} </th>
</tr>
<!-- BEGIN topicrow -->
--- 16,24 ----
</tr>
<tr>
! <th width="4%" class="thLeft" nowrap="nowrap"> </th>
! <th nowrap="nowrap"> {L_TOPICS} </th>
! <th width="8%" nowrap="nowrap"> {L_REPLIES} </th>
! <th width="17%" nowrap="nowrap"> {L_LASTPOST} </th>
! <th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th>
</tr>
<!-- BEGIN topicrow -->
Index: modcp_split.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_split.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** modcp_split.tpl 11 Dec 2001 02:21:52 -0000 1.4
--- modcp_split.tpl 28 Feb 2002 14:08:01 -0000 1.5
***************
*** 9,13 ****
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th height="25" class="thHead" colspan="3">{L_SPLIT_TOPIC}</th>
</tr>
<tr>
--- 9,13 ----
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
</tr>
<tr>
***************
*** 39,45 ****
</tr>
<tr>
! <th class="thLeft">{L_AUTHOR}</th>
! <th>{L_MESSAGE}</th>
! <th class="thRight">{L_SELECT}</th>
</tr>
<!-- BEGIN postrow -->
--- 39,45 ----
</tr>
<tr>
! <th class="thLeft" nowrap="nowrap">{L_AUTHOR}</th>
! <th nowrap="nowrap">{L_MESSAGE}</th>
! <th class="thRight" nowrap="nowrap">{L_SELECT}</th>
</tr>
<!-- BEGIN postrow -->
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** privmsgs_body.tpl 19 Nov 2001 14:12:09 -0000 1.7
--- privmsgs_body.tpl 28 Feb 2002 14:08:01 -0000 1.8
***************
*** 72,80 ****
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th width="5%" height="25" class="thCornerL"> {L_FLAG} </th>
! <th width="55%" class="thTop"> {L_SUBJECT} </th>
! <th width="20%" class="thTop"> {L_FROM_OR_TO} </th>
! <th width="15%" class="thTop"> {L_DATE} </th>
! <th width="5%" class="thCornerR"> {L_MARK} </th>
</tr>
<!-- BEGIN listrow -->
--- 72,80 ----
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th width="5%" height="25" class="thCornerL" nowrap="nowrap"> {L_FLAG} </th>
! <th width="55%" class="thTop" nowrap="nowrap"> {L_SUBJECT} </th>
! <th width="20%" class="thTop" nowrap="nowrap"> {L_FROM_OR_TO} </th>
! <th width="15%" class="thTop" nowrap="nowrap"> {L_DATE} </th>
! <th width="5%" class="thCornerR" nowrap="nowrap"> {L_MARK} </th>
</tr>
<!-- BEGIN listrow -->
Index: privmsgs_read_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_read_body.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** privmsgs_read_body.tpl 12 Feb 2002 15:54:49 -0000 1.12
--- privmsgs_read_body.tpl 28 Feb 2002 14:08:02 -0000 1.13
***************
*** 25,29 ****
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
! <th colspan="3" class="thHead">{BOX_NAME} :: {L_MESSAGE}</th>
</tr>
<tr>
--- 25,29 ----
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
! <th colspan="3" class="thHead" nowrap="nowrap">{BOX_NAME} :: {L_MESSAGE}</th>
</tr>
<tr>
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** profile_view_body.tpl 24 Dec 2001 18:30:43 -0000 1.12
--- profile_view_body.tpl 28 Feb 2002 14:08:02 -0000 1.13
***************
*** 20,24 ****
<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>
--- 20,24 ----
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
! <th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
</tr>
<tr>
***************
*** 28,57 ****
<tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>
! <td class="row1" valign="top" rowspan="3">
! <table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right"><span class="gen">{L_JOINED}: </span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</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>
! <td valign="middle" align="right"><span class="gen">{L_LOCATION}: </span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
<td><span class="gen"><b>{WEBSITE}</b></span></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_OCCUPATION}: </span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<tr>
! <td valign="top" align="right"><span class="gen">{L_INTERESTS}:</span></td>
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
--- 28,54 ----
<tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>
! <td class="row1" valign="top" rowspan="3"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_JOINED}: </span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>
<tr>
! <td valign="top" align="right" nowrap="nowrap"><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>
! <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}: </span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<tr>
! <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}: </span></td>
<td><span class="gen"><b>{WEBSITE}</b></span></td>
</tr>
<tr>
! <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_OCCUPATION}: </span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<tr>
! <td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td>
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
***************
*** 63,70 ****
</tr>
<tr>
! <td class="row1" valign="top">
! <table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td>
</tr>
--- 60,66 ----
</tr>
<tr>
! <td class="row1" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td>
</tr>
Index: search_results_posts.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_posts.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** search_results_posts.tpl 26 Feb 2002 12:24:55 -0000 1.10
--- search_results_posts.tpl 28 Feb 2002 14:08:02 -0000 1.11
***************
*** 14,19 ****
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
! <th width="22%" height="25" class="thCornerL">{L_AUTHOR}</th>
! <th class="thCornerR">{L_MESSAGE}</th>
</tr>
<!-- BEGIN searchresults -->
--- 14,19 ----
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
! <th width="22%" height="25" class="thCornerL" nowrap="nowrap">{L_AUTHOR}</th>
! <th class="thCornerR" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN searchresults -->
Index: search_results_topics.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_topics.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** search_results_topics.tpl 25 Jan 2002 02:34:42 -0000 1.9
--- search_results_topics.tpl 28 Feb 2002 14:08:02 -0000 1.10
***************
*** 14,24 ****
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
! <th width="4%" height="25" class="thCornerL"> </th>
! <th class="thTop"> {L_FORUM} </th>
! <th class="thTop"> {L_TOPICS} </th>
! <th class="thTop"> {L_AUTHOR} </th>
! <th class="thTop"> {L_REPLIES} </th>
! <th class="thTop"> {L_VIEWS} </th>
! <th class="thCornerR"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN searchresults -->
--- 14,24 ----
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
! <th width="4%" height="25" class="thCornerL" nowrap="nowrap"> </th>
! <th class="thTop" nowrap="nowrap"> {L_FORUM} </th>
! <th class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
! <th class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
! <th class="thTop" nowrap="nowrap"> {L_REPLIES} </th>
! <th class="thTop" nowrap="nowrap"> {L_VIEWS} </th>
! <th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN searchresults -->
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** viewforum_body.tpl 15 Feb 2002 19:58:16 -0000 1.18
--- viewforum_body.tpl 28 Feb 2002 14:08:02 -0000 1.19
***************
*** 15,23 ****
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
! <th colspan="2" align="center" height="25" class="thCornerL"> {L_TOPICS} </th>
! <th width="50" align="center" class="thTop"> {L_REPLIES} </th>
! <th width="100" align="center" class="thTop"> {L_AUTHOR} </th>
! <th width="50" align="center" class="thTop"> {L_VIEWS} </th>
! <th align="center" nowrap="nowrap" class="thCornerR"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
--- 15,23 ----
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
! <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th>
! <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th>
! <th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
! <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th>
! <th align="center" nowrap="nowrap" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** viewtopic_body.tpl 13 Feb 2002 02:04:52 -0000 1.26
--- viewtopic_body.tpl 28 Feb 2002 14:08:02 -0000 1.27
***************
*** 23,28 ****
{POLL_DISPLAY}
<tr>
! <th class="thLeft" width="22%" height="26">{L_AUTHOR}</th>
! <th class="thRight">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
--- 23,28 ----
{POLL_DISPLAY}
<tr>
! <th class="thLeft" width="22%" height="26" nowrap="nowrap">{L_AUTHOR}</th>
! <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
|