Minor change to HTML
authoroleonard <oleonard>
Mon, 6 Dec 2004 17:54:55 +0000 (17:54 +0000)
committeroleonard <oleonard>
Mon, 6 Dec 2004 17:54:55 +0000 (17:54 +0000)
koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl

index 4bbb3f2..22f272c 100644 (file)
                        </tr>
                <!-- /TMPL_LOOP -->
                <tr>
-                       <th align="left">
+                       <th>&nbsp;</th>
+                       <th colspan="2" align="left">
                                <!-- TMPL_IF NAME="displayprev" -->
                                        <a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE="URL" -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;&lt;Previous</a>
                                <!-- TMPL_ELSE -->
                                        &nbsp;
                                <!-- /TMPL_IF -->
                        </th>
-                       <th colspan="1">&nbsp;</th>
                        <th colspan="2" align="right">
                                <!-- TMPL_IF NAME="displaynext" -->
                                        <a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" -->&amp;type=intranet&amp;op=do_search">Next &gt;&gt;&gt;</a>