[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.30,1.6.2.31

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jun 28 20:50:48 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv21189/acqui.simple

Modified Files:
      Tag: rel-1-2
	marcimport.pl 
Log Message:
Got rid of white text on black, replaced with black on background-acq.gif


Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.6.2.30
retrieving revision 1.6.2.31
diff -C2 -r1.6.2.30 -r1.6.2.31
*** marcimport.pl	28 Jun 2002 18:07:27 -0000	1.6.2.30
--- marcimport.pl	28 Jun 2002 18:50:46 -0000	1.6.2.31
***************
*** 370,375 ****
  	  <p>
  	  <table border=0 cellpadding=10 cellspacing=0>
! 	  <tr><th bgcolor=black>
! 	    <font color=white>Select a Record to Import $recordsource</font>
  	  </th></tr>
  	  <tr><td bgcolor=#dddddd>
--- 370,375 ----
  	  <p>
  	  <table border=0 cellpadding=10 cellspacing=0>
! 	  <tr><th background=/images/background-acq.gif>
! 	    Select a Record to Import $recordsource
  	  </th></tr>
  	  <tr><td bgcolor=#dddddd>
***************
*** 854,858 ****
  	print << "EOF";
  	<table border=0 width=50% cellpadding=10 cellspacing=0>
! 	  <tr><th bgcolor=black><font color=white>Record already in database</font>
  	  </th></tr>
  	  <tr><td bgcolor=#dddddd>$title is already in the database with 
--- 854,858 ----
  	print << "EOF";
  	<table border=0 width=50% cellpadding=10 cellspacing=0>
! 	  <tr><th background=/images/background-acq.gif>Record already in database
  	  </th></tr>
  	  <tr><td bgcolor=#dddddd>$title is already in the database with 
***************
*** 924,928 ****
  	  print << "EOF";
  	    <table cellpadding=10 cellspacing=0 border=0 width=50%>
! 	    <tr><th bgcolor=black><font color=white>Record entered into database</font></th></tr>
  	    <tr><td bgcolor=#dddddd>$title has been entered into the database with biblionumber
  	    $biblionumber and biblioitemnumber $biblioitemnumber</td></tr>
--- 924,928 ----
  	  print << "EOF";
  	    <table cellpadding=10 cellspacing=0 border=0 width=50%>
! 	    <tr><th background=/images/background-acq.gif>Record entered into database</th></tr>
  	    <tr><td bgcolor=#dddddd>$title has been entered into the database with biblionumber
  	    $biblionumber and biblioitemnumber $biblioitemnumber</td></tr>
***************
*** 965,970 ****
      print << "EOF";
      <table border=0 cellpadding=10 cellspacing=0>
!       <tr><th bgcolor=black>
! 	<font color=white> Add a New Item for $title </font>
        </th></tr>
        <tr><td bgcolor=#dddddd>
--- 965,970 ----
      print << "EOF";
      <table border=0 cellpadding=10 cellspacing=0>
!       <tr><th background=/images/background-acq.gif>
! 	Add a New Item for $title
        </th></tr>
        <tr><td bgcolor=#dddddd>
***************
*** 1060,1065 ****
  
      $marctext="<table border=0 cellspacing=1>
!     	<tr><th colspan=4 bgcolor=black>
! 		<font color=white>MARC RECORD</font>
  	</th></tr>\n";
  
--- 1060,1065 ----
  
      $marctext="<table border=0 cellspacing=1>
!     	<tr><th colspan=4 background=/images/background-acq.gif>
! 		MARC RECORD
  	</th></tr>\n";
  
***************
*** 1137,1140 ****
--- 1137,1143 ----
  #---------------
  # $Log$
+ # Revision 1.6.2.31  2002/06/28 18:50:46  tonnesen
+ # Got rid of white text on black, replaced with black on background-acq.gif
+ #
  # Revision 1.6.2.30  2002/06/28 18:07:27  tonnesen
  # marcimport.pl will print an error message if it can not signal the





More information about the Koha-cvs mailing list