[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.t
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.5,1.6 |
Date: |
Thu, 03 Feb 2005 12:51:16 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27474/koha-tmpl/intranet-tmpl/npl/en/search.marc
Modified Files:
result.tmpl
Log Message:
Repeating search terms along with search results ("Results of search for...")
Index: result.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/result.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** result.tmpl 17 Nov 2004 19:41:27 -0000 1.5
--- result.tmpl 3 Feb 2005 20:51:13 -0000 1.6
***************
*** 5,9 ****
<div id="main">
! <h3>Search Results</h3>
<!-- TMPL_IF name="total" --><div id="pages">
--- 5,13 ----
<div id="main">
! <!-- TMPL_IF NAME="searchdesc" -->
! <h3>Results for Search: <span class="ex"><!-- TMPL_VAR NAME="searchdesc"
--></span></h3>
! <!-- TMPL_ELSE -->
! <h3>You did not specify any search criteria</h3>
! <!-- /TMPL_IF -->
<!-- TMPL_IF name="total" --><div id="pages">
***************
*** 23,27 ****
<!-- TMPL_ELSE --><!-- /TMPL_IF -->
! <div id="results">Results <!-- TMPL_VAR name="from" --> to <!-- TMPL_VAR
name="to" --> of <!-- TMPL_VAR name="total" --> records.</div>
<div class="table searchresults"><table>
--- 27,31 ----
<!-- TMPL_ELSE --><!-- /TMPL_IF -->
! <div id="results"><!-- TMPL_IF name="total" -->Results <!-- TMPL_VAR
name="from" --> to <!-- TMPL_VAR name="to" --> of <!-- TMPL_VAR name="total"
--> records.<!-- TMPL_ELSE -->No results found.<!-- /TMPL_IF --></div>
<div class="table searchresults"><table>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.5,1.6,
Owen Leonard <=