[Koha-cvs] CVS: koha/circ circulation.pl,1.23.2.4,1.23.2.5 returns.pl,1.13.2.1,1.13.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Aug 16 22:44:44 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv23048

Modified Files:
      Tag: rel-1-2
	circulation.pl returns.pl 
Log Message:
Fixed '_' character between issues, returns, and transfers buttons.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.23.2.4
retrieving revision 1.23.2.5
diff -C2 -r1.23.2.4 -r1.23.2.5
*** circulation.pl	15 Aug 2002 00:46:26 -0000	1.23.2.4
--- circulation.pl	16 Aug 2002 20:44:42 -0000	1.23.2.5
***************
*** 201,207 ****
  <a href=returns.pl>
  <img src="/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
! &nbsp<a href=branchtransfers.pl>
! <img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers">
! </a>
  </td></tr></table>
  <FONT SIZE=6><em>Circulation: Issues</em></FONT><br>
--- 201,205 ----
  <a href=returns.pl>
  <img src="/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
! &nbsp<a href=branchtransfers.pl><img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
  </td></tr></table>
  <FONT SIZE=6><em>Circulation: Issues</em></FONT><br>
***************
*** 218,224 ****
  <a href=returns.pl>
  <img src="/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
! &nbsp<a href=branchtransfers.pl>
! <img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers">
! </a>
  </td></tr></table>
  <FONT SIZE=6><em>Circulation: Issues</em></FONT><br>
--- 216,220 ----
  <a href=returns.pl>
  <img src="/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
! &nbsp<a href=branchtransfers.pl><img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
  </td></tr></table>
  <FONT SIZE=6><em>Circulation: Issues</em></FONT><br>

Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -r1.13.2.1 -r1.13.2.2
*** returns.pl	15 Aug 2002 00:46:26 -0000	1.13.2.1
--- returns.pl	16 Aug 2002 20:44:42 -0000	1.13.2.2
***************
*** 157,162 ****
  <a href=circulation.pl>
  <img src="/images/button-issues.gif" width="99" height="42" border="0" alt="Issues"></a>
! &nbsp<a href=branchtransfers.pl>
! <img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Issues"></a>
  </td></tr></table>
  EOF
--- 157,161 ----
  <a href=circulation.pl>
  <img src="/images/button-issues.gif" width="99" height="42" border="0" alt="Issues"></a>
! &nbsp<a href=branchtransfers.pl><img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Issues"></a>
  </td></tr></table>
  EOF





More information about the Koha-cvs mailing list