mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Minor change to column order
git-svn-id: file:///svn/phpbb/trunk@1635 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7fab3bbdb5
commit
65220c114c
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
|||
<th width="4%" height="25" class="thCornerL"> </th>
|
||||
<th class="thTop"> {L_FORUM} </th>
|
||||
<th class="thTop"> {L_TOPICS} </th>
|
||||
<th class="thTop"> {L_REPLIES} </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>
|
||||
|
@ -26,8 +26,8 @@
|
|||
<td class="row1" align="center" valign="middle">{searchresults.FOLDER}</td>
|
||||
<td class="row1"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td>
|
||||
<td class="row2"><span class="topictitle">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span><br /><span class="gensmall">{searchresults.GOTO_PAGE}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="name"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}" class="name">{searchresults.TOPIC_POSTER}</a></span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="name"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}" class="name">{searchresults.TOPIC_POSTER}</a></span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.VIEWS}</span></td>
|
||||
<td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST}</span></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue