[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Wed May 19 19:05:18 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16694/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-reserve.tmpl 
Log Message:
A couple more changes to make page XHTML-compliant

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-reserve.tmpl	19 May 2004 16:59:28 -0000	1.3
--- opac-reserve.tmpl	19 May 2004 17:05:15 -0000	1.4
***************
*** 63,67 ****
  <!-- TMPL_IF NAME="item_types_selected" -->
  <!-- if the bibitems have already been selected -->
! 	<p>Please confirm that you wish to request an item of these types:<p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
--- 63,67 ----
  <!-- TMPL_IF NAME="item_types_selected" -->
  <!-- if the bibitems have already been selected -->
! 	<p>Please confirm that you wish to request an item of these types:</p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
***************
*** 72,77 ****
  		<ul>
  			<!-- TMPL_LOOP NAME="TYPES" -->
! 					<input type="hidden" name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
! 					<li><!-- TMPL_VAR NAME="description" --></li>
  			<!-- /TMPL_LOOP -->
  		</ul>
--- 72,76 ----
  		<ul>
  			<!-- TMPL_LOOP NAME="TYPES" -->
! 			<li><input type="hidden" name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->" /><!-- TMPL_VAR NAME="description" --></li>
  			<!-- /TMPL_LOOP -->
  		</ul>





More information about the Koha-cvs mailing list