aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-05 12:56:53 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-05 12:56:53 +0000
commitc640a5175509686ccb6e05c793a4a0332e45ae04 (patch)
treeb375511de1f8de094e3403d011164fd989833d6c /phpBB/styles/subSilver/template
parent64e4e4aaae93936cd2c2729fe8cbe344cacbbafb (diff)
downloadforums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar
forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.gz
forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.bz2
forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.xz
forums-c640a5175509686ccb6e05c793a4a0332e45ae04.zip
Add search interval check, correct a couple of errors
git-svn-id: file:///svn/phpbb/trunk@4530 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
-rw-r--r--phpBB/styles/subSilver/template/search_body.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html
index 9c3ac50113..ce9033afdb 100644
--- a/phpBB/styles/subSilver/template/search_body.html
+++ b/phpBB/styles/subSilver/template/search_body.html
@@ -63,6 +63,10 @@
<td class="gen" width="70%"><a href="{recentsearch.U_KEYWORDS}">{recentsearch.KEYWORDS}</a></td>
<td class="gen" width="30%"align="center">{recentsearch.TIME}</td>
</tr>
+ <!-- BEGINELSE -->
+ <tr class="row1">
+ <td class="genmed" colspan="2" align="center">{L_NO_RECENT_SEARCHES}</td>
+ </tr>
<!-- END recentsearch -->
</table>