[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters branches.tmpl,1.24,1.25

Owen Leonard oleonard at users.sourceforge.net
Tue Nov 30 18:42:32 CET 2004


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

Modified Files:
	branches.tmpl 
Log Message:
Adding branchname in hidden form field to allow for fix to Bug 552

Index: branches.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/branches.tmpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** branches.tmpl	19 Jul 2004 19:19:55 -0000	1.24
--- branches.tmpl	30 Nov 2004 17:42:30 -0000	1.25
***************
*** 73,80 ****
  	
  	<!-- TMPL_IF NAME="delete_confirm" -->
! 		Confirm delete:
  		<form action="<!-- TMPL_VAR NAME="action" -->" method="post">
  			<input type="hidden" name="op" value="delete_confirmed">
  			<input type="hidden" name="branchcode" value="<!-- TMPL_VAR NAME="branchcode" escape="HTML" -->">
  			<input type="submit" value="YES" class="button">
  		</form>
--- 73,81 ----
  	
  	<!-- TMPL_IF NAME="delete_confirm" -->
! 		Confirm deletion of <!-- TMPL_VAR NAME="branchname" --> (<!-- TMPL_VAR NAME="branchcode" -->)?
  		<form action="<!-- TMPL_VAR NAME="action" -->" method="post">
  			<input type="hidden" name="op" value="delete_confirmed">
  			<input type="hidden" name="branchcode" value="<!-- TMPL_VAR NAME="branchcode" escape="HTML" -->">
+ 			<input type="hidden" name="branchname" value="<!-- TMPL_VAR NAME="branchname" escape="HTML" -->">
  			<input type="submit" value="YES" class="button">
  		</form>
***************
*** 150,153 ****
--- 151,155 ----
  						<form action="<!-- TMPL_VAR NAME="action" -->" method="post">
  						<input type="hidden" name="branchcode" value="<!-- TMPL_VAR NAME="value" escape="HTML" -->">
+ <input type="hidden" name="branchname" value="<!-- TMPL_VAR NAME="branch_name" escape="HTML" -->">
  						<input type="hidden" name="op" value="delete"><input type="submit" value="Delete" class="button">
  						</form>





More information about the Koha-cvs mailing list