[Koha-cvs] CVS: koha-html/intranet-html/includes reports-top.inc,1.3.4.1,1.3.4.2

Mike Mylonas dragon28 at users.sourceforge.net
Sun Nov 10 04:49:50 CET 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes
In directory usw-pr-cvs1:/tmp/cvs-serv15896/koha-html/intranet-html/includes

Modified Files:
      Tag: rel-1-2
	reports-top.inc 
Log Message:
fixed image link

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/reports-top.inc,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -C2 -r1.3.4.1 -r1.3.4.2
*** reports-top.inc	11 Jul 2002 18:00:19 -0000	1.3.4.1
--- reports-top.inc	10 Nov 2002 03:49:47 -0000	1.3.4.2
***************
*** 97,101 ****
  <area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/rep-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
  
! <area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
  <area shape="default" nohref>
  </map>
--- 97,101 ----
  <area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/rep-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
  
! <area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-home.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
  <area shape="default" nohref>
  </map>





More information about the Koha-cvs mailing list