aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-02-25 01:00:48 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-02-25 01:00:48 +0000
commit508b6d60efdf646a8efab9c2cd5a97091f873d53 (patch)
tree6ff18a47cb6dead18d23d5bd1c19298ffb03691a /phpBB/templates/Euclid
parentb9b87a04facdb8eb63e5b6385151066d6908e599 (diff)
downloadforums-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.tpl2
-rw-r--r--phpBB/templates/Euclid/search_results_topics.tpl2
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}:&nbsp;<b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b>&nbsp;&nbsp;&nbsp;{L_POSTED}:
+ <td valign="top" class="row1"> <span class="postdetails">{L_FORUM}:&nbsp;<b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b>&nbsp;&nbsp;&nbsp;{L_POSTED}:
{searchresults.POST_DATE}&nbsp;&nbsp;&nbsp;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>