diff options
Diffstat (limited to 'phpBB/templates/subSilver/search_results_topics.tpl')
-rw-r--r-- | phpBB/templates/subSilver/search_results_topics.tpl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/search_results_topics.tpl b/phpBB/templates/subSilver/search_results_topics.tpl index b8f42c056f..f9f31cc6e5 100644 --- a/phpBB/templates/subSilver/search_results_topics.tpl +++ b/phpBB/templates/subSilver/search_results_topics.tpl @@ -1,17 +1,17 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom" colspan="3"><span class="maintitle">{L_SEARCH} - - {SEARCH_MATCHES} Matches</span><br /> - </td> + <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> </tr> </table> + <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> </tr> </table> -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th width="4%" height="25" class="thCornerL"> </th> <th class="thTop"> {L_FORUM} </th> @@ -41,12 +41,14 @@ <td class="catBottom" colspan="7" height="28" valign="middle"> </td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td valign="top" align="right">{JUMPBOX}</td> |