[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/acqui histsearch.tmp
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.4,1.5 |
Date: |
Thu, 30 Jun 2005 12:54:31 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15924/koha-tmpl/intranet-tmpl/npl/en/acqui
Modified Files:
histsearch.tmpl
Log Message:
Synching with rel_2_2.
Index: histsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** histsearch.tmpl 8 Jun 2005 18:38:19 -0000 1.4
--- histsearch.tmpl 30 Jun 2005 19:54:23 -0000 1.5
***************
*** 5,8 ****
--- 5,9 ----
<div id="main">
<h1>Order search</h3>
+ <div class="results"><!-- TMPL_VAR Name ="numresults" --> orders were
found.</div>
<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"><table>
<tr>
***************
*** 87,91 ****
<!-- TMPL_LOOP NAME="suggestions_loop" -->
<tr>
! <td> </td>
<td><a href="basket.pl?basket=<!-- TMPL_VAR
name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
<td><!-- TMPL_VAR NAME="author" --></td>
--- 88,92 ----
<!-- TMPL_LOOP NAME="suggestions_loop" -->
<tr>
! <td><!-- TMPL_VAR NAME="count" --></td>
<td><a href="basket.pl?basket=<!-- TMPL_VAR
name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
<td><!-- TMPL_VAR NAME="author" --></td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.4,1.5,
Owen Leonard <=