[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters issuingrules.tmpl,1.3,1.3.2.1

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 20 18:36:17 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8610/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_2
	issuingrules.tmpl 
Log Message:
Altering table cell color declaration to match changes in issuingrules.pl (moving color declaration out of script and into template)

Index: issuingrules.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/issuingrules.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** issuingrules.tmpl	19 Jul 2004 19:20:29 -0000	1.3
--- issuingrules.tmpl	20 Jan 2005 17:36:15 -0000	1.3.2.1
***************
*** 46,50 ****
  					</th>
  					<!-- TMPL_LOOP NAME="cell" -->
! 						<td bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
  							<input name="<!-- TMPL_VAR NAME="issuingname" -->" value="<!-- TMPL_VAR NAME="issuingvalue" -->" size="6" maxlength="10"> /
  							<input name="<!-- TMPL_VAR NAME="finesname" -->" value="<!-- TMPL_VAR NAME="finesvalue" -->" size="6" maxlength="10">
--- 46,50 ----
  					</th>
  					<!-- TMPL_LOOP NAME="cell" -->
! 						<td<!-- TMPL_IF NAME="toggle" --> class="hilighted"<!-- /TMPL_IF -->>
  							<input name="<!-- TMPL_VAR NAME="issuingname" -->" value="<!-- TMPL_VAR NAME="issuingvalue" -->" size="6" maxlength="10"> /
  							<input name="<!-- TMPL_VAR NAME="finesname" -->" value="<!-- TMPL_VAR NAME="finesvalue" -->" size="6" maxlength="10">





More information about the Koha-cvs mailing list