[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.7,1.8

Paul POULAIN tipaul at users.sourceforge.net
Thu May 15 15:56:54 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv15778/koha-tmpl/intranet-tmpl/default/en

Modified Files:
	request.tmpl 
Log Message:
fix for #387

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/request.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** request.tmpl	8 May 2003 12:49:46 -0000	1.7
--- request.tmpl	15 May 2003 13:56:52 -0000	1.8
***************
*** 129,137 ****
  					<select name=pickup>
  						<TMPL_LOOP Name="branchloop">
! 							<option value=<TMPL_VAR Name="branch">
! 								<TMPL_IF Name="selected">
! 									selected
! 								</TMPL_IF>
! 							><TMPL_VAR Name="branchname"></option>
  						</TMPL_LOOP>
  					</select>
--- 129,135 ----
  					<select name=pickup>
  						<TMPL_LOOP Name="branchloop">
! 							<option value="<TMPL_VAR Name="branch">"<TMPL_IF Name="selected"> selected</TMPL_IF>>
! 								<TMPL_VAR Name="branchname">
! 							</option>
  						</TMPL_LOOP>
  					</select>
***************
*** 148,152 ****
  					<TMPL_ELSE>
  						<TMPL_IF Name="constrainttypeo">
! 							This type only <TMPL_VAR Name="volumeddesc"> <TMPL_VAR Name="itemtype">
  						</TMPL_IF>
  					</TMPL_IF>
--- 146,150 ----
  					<TMPL_ELSE>
  						<TMPL_IF Name="constrainttypeo">
! 							This type only : <TMPL_VAR Name="volumeddesc"> <TMPL_VAR Name="itemtype">
  						</TMPL_IF>
  					</TMPL_IF>





More information about the Koha-cvs mailing list