diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-25 01:00:48 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-25 01:00:48 +0000 |
| commit | 508b6d60efdf646a8efab9c2cd5a97091f873d53 (patch) | |
| tree | 6ff18a47cb6dead18d23d5bd1c19298ffb03691a /phpBB/templates/Euclid | |
| parent | b9b87a04facdb8eb63e5b6385151066d6908e599 (diff) | |
| download | forums-508b6d60efdf646a8efab9c2cd5a97091f873d53.tar forums-508b6d60efdf646a8efab9c2cd5a97091f873d53.tar.gz forums-508b6d60efdf646a8efab9c2cd5a97091f873d53.tar.bz2 forums-508b6d60efdf646a8efab9c2cd5a97091f873d53.tar.xz forums-508b6d60efdf646a8efab9c2cd5a97091f873d53.zip | |
Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...
git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Euclid')
| -rw-r--r-- | phpBB/templates/Euclid/search_results_posts.tpl | 2 | ||||
| -rw-r--r-- | phpBB/templates/Euclid/search_results_topics.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/search_results_posts.tpl b/phpBB/templates/Euclid/search_results_posts.tpl index 8136106994..758ad454db 100644 --- a/phpBB/templates/Euclid/search_results_posts.tpl +++ b/phpBB/templates/Euclid/search_results_posts.tpl @@ -26,7 +26,7 @@ <span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br /> {L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /> </td> - <td valign="top" class="row1"> <img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_FORUM}: <b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}: + <td valign="top" class="row1"> <span class="postdetails">{L_FORUM}: <b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}: {searchresults.POST_DATE} Subject: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td> </tr> <tr> diff --git a/phpBB/templates/Euclid/search_results_topics.tpl b/phpBB/templates/Euclid/search_results_topics.tpl index b398c89eb8..49c12b35ce 100644 --- a/phpBB/templates/Euclid/search_results_topics.tpl +++ b/phpBB/templates/Euclid/search_results_topics.tpl @@ -57,7 +57,7 @@ <table width="98%" cellspacing="2" border="0" align="center"> <tr> - <td><span class="gensmall"><b>{S_TIMEZONE}</b></span></td> + <td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td> <td align="right">{JUMPBOX}</td> </tr> </table> |
