mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Add a few nowraps ... no doubt causing a few issues for at least one language ...
git-svn-id: file:///svn/phpbb/trunk@2218 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
10ef4498dc
commit
9564abe4bf
12 changed files with 55 additions and 59 deletions
|
@ -15,10 +15,10 @@
|
|||
|
||||
<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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
|
||||
<tr>
|
||||
<th height="25" class="thHead">{L_ENTER_PASSWORD}</th>
|
||||
<th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
</table>
|
||||
<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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
<td class="spaceRow" colspan="5" align="center"><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td>
|
||||
</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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</table>
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
<tr>
|
||||
<th height="25" class="thHead" colspan="3">{L_SPLIT_TOPIC}</th>
|
||||
<th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
|
||||
|
@ -38,9 +38,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="thLeft">{L_AUTHOR}</th>
|
||||
<th>{L_MESSAGE}</th>
|
||||
<th class="thRight">{L_SELECT}</th>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -71,11 +71,11 @@
|
|||
|
||||
<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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th colspan="3" class="thHead">{BOX_NAME} :: {L_MESSAGE}</th>
|
||||
<th colspan="3" class="thHead" nowrap="nowrap">{BOX_NAME} :: {L_MESSAGE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="genmed">{L_FROM}:</span></td>
|
||||
|
|
|
@ -19,7 +19,7 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
|||
|
||||
<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>
|
||||
<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">{L_AVATAR}</span></b></td>
|
||||
|
@ -27,32 +27,29 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
|||
</tr>
|
||||
<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">
|
||||
<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 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"><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>
|
||||
<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"><span class="gen">{L_LOCATION}: </span></td>
|
||||
<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"><span class="gen">{L_WEBSITE}: </span></td>
|
||||
<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"><span class="gen">{L_OCCUPATION}: </span></td>
|
||||
<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"><span class="gen">{L_INTERESTS}:</span></td>
|
||||
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td>
|
||||
<td> <b><span class="gen">{INTERESTS}</span></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -62,10 +59,9 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
|||
<td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME} </span></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" valign="top">
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
||||
<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 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>
|
||||
<tr>
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
<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>
|
||||
<th width="22%" height="25" class="thCornerL" nowrap="nowrap">{L_AUTHOR}</th>
|
||||
<th class="thCornerR" nowrap="nowrap">{L_MESSAGE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN searchresults -->
|
||||
<tr>
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
|
||||
<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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
<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>
|
||||
<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 -->
|
||||
<tr>
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
</tr>
|
||||
{POLL_DISPLAY}
|
||||
<tr>
|
||||
<th class="thLeft" width="22%" height="26">{L_AUTHOR}</th>
|
||||
<th class="thRight">{L_MESSAGE}</th>
|
||||
<th class="thLeft" width="22%" height="26" nowrap="nowrap">{L_AUTHOR}</th>
|
||||
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN postrow -->
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue