[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.20.2.2,1.20.2.3 |
Date: |
Fri, 25 Mar 2005 09:02:43 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26332/koha-tmpl/opac-tmpl/css/en
Modified Files:
Tag: rel_2_2
opac-searchresults.tmpl
Log Message:
adding itemtype column
Index: opac-searchresults.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -C2 -r1.20.2.2 -r1.20.2.3
*** opac-searchresults.tmpl 18 Mar 2005 08:51:26 -0000 1.20.2.2
--- opac-searchresults.tmpl 25 Mar 2005 17:02:34 -0000 1.20.2.3
***************
*** 43,46 ****
--- 43,47 ----
<tr>
<th colspan="2">Summary</th>
+ <th>Item type</th>
<th>Item Count</th>
<th>Location</th>
***************
*** 75,78 ****
--- 76,82 ----
</td>
<td align="center" <!-- TMPL_IF name="even" -->
class="hilighted"<!-- /TMPL_IF -->>
+ <!-- TMPL_VAR name="description" -->
+ </td>
+ <td align="center" <!-- TMPL_IF name="even" -->
class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_VAR name="totitem" -->
</td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.20.2.2,1.20.2.3,
Paul POULAIN <=