|
From: Paul S. O. <ps...@us...> - 2001-12-19 17:14:49
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv17021/templates/subSilver
Modified Files:
search_results_topics.tpl
Log Message:
Minor change to column order
Index: search_results_topics.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_topics.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** search_results_topics.tpl 2001/11/19 14:12:09 1.7
--- search_results_topics.tpl 2001/12/19 17:14:46 1.8
***************
*** 17,22 ****
<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_VIEWS} </th>
<th class="thCornerR"> {L_LASTPOST} </th>
--- 17,22 ----
<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>
***************
*** 27,32 ****
<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="postdetails">{searchresults.VIEWS}</span></td>
<td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST}</span></td>
--- 27,32 ----
<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="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>
|