koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue s... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue s... [rel_2_2]
Date: Thu, 03 Aug 2006 16:50:08 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/08/03 16:50:08

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/catalogue: searchresults.tmpl 

Log message:
        Fix for Bug 1116. Taking out the "You searched for..." text since it 
seems this will never work right in this version.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.1&r2=1.2.2.2

Patches:
Index: searchresults.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- searchresults.tmpl  8 Jun 2005 20:15:00 -0000       1.2.2.1
+++ searchresults.tmpl  3 Aug 2006 16:50:08 -0000       1.2.2.2
@@ -1,15 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: <!-- TMPL_IF 
NAME="searchdesc" -->Search results for <!-- TMPL_VAR NAME="searchdesc" --><!-- 
TMPL_ELSE -->You did not specify any seach criteria<!-- /TMPL_IF --><!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Search 
Results<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
 <!-- Search Results Table -->
 <div id="main">
-<h3><!-- TMPL_IF NAME="searchdesc" -->
-       You searched for <span class="ex"><!-- TMPL_VAR NAME="searchdesc" 
--></span>
-<!-- TMPL_ELSE -->
-       You did not specify any search criteria
-<!-- /TMPL_IF -->
-</h3>
+<h3>Search Results</h3>
 <!-- TMPL_IF NAME="numrecords" -->
 <div id="pages"><!-- TMPL_IF NAME="displayprev" -->
        <a class="pages" href="search.pl?startfrom=<!-- TMPL_VAR 
NAME="prevstartfrom" -->&amp;<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR 
NAME="term" -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP 
-->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF 
-->">&lt;&lt;Prev</a>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]