koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.5,1.6
Date: Thu, 08 May 2003 06:24:07 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory 
sc8-pr-cvs1:/tmp/cvs-serv30469/koha/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
        detail.tmpl 
Log Message:
Changed image button to text button


Index: detail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** detail.tmpl 18 Mar 2003 15:20:49 -0000      1.5
--- detail.tmpl 8 May 2003 13:24:05 -0000       1.6
***************
*** 4,11 ****
        <TMPL_IF NAME="norequests">
        <TMPL_ELSE>
!               <a href=request.pl?bib=<TMPL_VAR NAME="biblionumber">><img 
height=42  WIDTH=120 BORDER="0"
!               src="<TMPL_VAR name="themelang">/images/requests.gif" 
align="right" border="0"></a>
        </TMPL_IF>
- 
        <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
        <TMPL_VAR NAME="class"></em></font><p>
--- 4,15 ----
        <TMPL_IF NAME="norequests">
        <TMPL_ELSE>
!               <table border=0 cellpadding=10 align=right>
!               <tr>
!                       <td>
!                               <a class="button" href=request.pl?bib=<TMPL_VAR 
NAME="biblionumber">>Requests</a>
!                       </td>
!               </tr>
!               </table>
        </TMPL_IF>
        <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
        <TMPL_VAR NAME="class"></em></font><p>




reply via email to

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