[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.1.2.3,1.1.2.4 |
Date: |
Thu, 30 Jun 2005 12:53:32 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15551/koha-tmpl/intranet-tmpl/npl/en/acqui
Modified Files:
Tag: rel_2_2
histsearch.tmpl
Log Message:
Synching with default template
Index: histsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** histsearch.tmpl 8 Jun 2005 17:13:55 -0000 1.1.2.3
--- histsearch.tmpl 30 Jun 2005 19:53:20 -0000 1.1.2.4
***************
*** 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.1.2.3,1.1.2.4,
Owen Leonard <=