diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 13:00:04 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 13:00:04 +0000 |
| commit | 4e5a7711231032f0fbee086867ee6ef12f02008c (patch) | |
| tree | 3963b952a3e2dbc9b693c530ed402c45c9e372b5 /phpBB/templates | |
| parent | cb427774a6bcb3169bc0e4cc75b34fcfed245d1e (diff) | |
| download | forums-4e5a7711231032f0fbee086867ee6ef12f02008c.tar forums-4e5a7711231032f0fbee086867ee6ef12f02008c.tar.gz forums-4e5a7711231032f0fbee086867ee6ef12f02008c.tar.bz2 forums-4e5a7711231032f0fbee086867ee6ef12f02008c.tar.xz forums-4e5a7711231032f0fbee086867ee6ef12f02008c.zip | |
New search system, this isn't final, needs alterations, etc. can redeem this against the full priced version with included coupon
git-svn-id: file:///svn/phpbb/trunk@1293 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/search_body.tpl | 10 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/search_results_topics.tpl | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/templates/subSilver/search_body.tpl b/phpBB/templates/subSilver/search_body.tpl index f51c97b181..95b65973a8 100644 --- a/phpBB/templates/subSilver/search_body.tpl +++ b/phpBB/templates/subSilver/search_body.tpl @@ -27,7 +27,7 @@ </span> </td> </tr> <tr> - <td class="catSides" colspan="4" align="center" height="28"><b><span class="gen">{L_SEARCH_OPTIONS}</span></b></td> + <th class="thHead" colspan="4" height="25">{L_SEARCH_OPTIONS}</th> </tr> <tr> <td class="row1" align="right"><span class="gen">{L_FORUM}: </span></td> @@ -61,19 +61,19 @@ <tr> <td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}: </span></td> <td class="row2" nowrap="nowrap"> - <input type="radio" name="showresults" value="posts" checked /> + <input type="radio" name="showresults" value="posts" /> <span class="genmed">{L_POSTS} - <input type="radio" name="showresults" value="topics" /> + <input type="radio" name="showresults" value="topics" checked="checked" /> {L_TOPICS}</span></td> <td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_SEARCH_PREVIOUS}: </span></td> <td class="row2" valign="middle"><span class="genmed"> - <select class="post" name="sortby">{S_TIME_OPTIONS} + <select class="post" name="resultdays">{S_TIME_OPTIONS} </select> </span></td> </tr> <tr> <td class="catBottom" colspan="4" align="center" height="28">{S_HIDDEN_FIELDS} - <input class="liteoption" type="submit" name="submit" value="{L_SEARCH}" /> + <input class="liteoption" type="submit" value="{L_SEARCH}" /> </td> </tr> </table> diff --git a/phpBB/templates/subSilver/search_results_topics.tpl b/phpBB/templates/subSilver/search_results_topics.tpl index 62d0c8e2d8..7cbb17acb9 100644 --- a/phpBB/templates/subSilver/search_results_topics.tpl +++ b/phpBB/templates/subSilver/search_results_topics.tpl @@ -25,7 +25,7 @@ <tr> <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><span class="gensmall"> {searchresults.GOTO_PAGE}</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> |
