[Koha-cvs] CVS: koha/html-template default.tmpl,1.3,1.4

Steve Tonnesen tonnesen at users.sourceforge.net
Tue May 14 01:31:25 CEST 2002


Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv15920

Modified Files:
	default.tmpl 
Log Message:
Added cell padding back in to table for default.tmpl


Index: default.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/default.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** default.tmpl	13 May 2002 23:22:42 -0000	1.3
--- default.tmpl	13 May 2002 23:31:23 -0000	1.4
***************
*** 2,6 ****
  <center>
  
! <table border=0 cellspacing=0 cellpadding=0>
  <tr bgcolor=#ccccff background="/images/background-mem.gif">
  <th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
--- 2,6 ----
  <center>
  
! <table border=0 cellspacing=0 cellpadding=2>
  <tr bgcolor=#ccccff background="/images/background-mem.gif">
  <th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>





More information about the Koha-cvs mailing list