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

doXulting doxulting at users.sourceforge.net
Fri Jun 25 11:19:45 CEST 2004


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

Modified Files:
	marctagstructure.tmpl 
Log Message:
debugged framework interface. Frameworks for ensmp are ready too

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** marctagstructure.tmpl	3 Jun 2004 10:22:22 -0000	1.25
--- marctagstructure.tmpl	25 Jun 2004 09:19:42 -0000	1.26
***************
*** 85,89 ****
  	</tr>
  	<tr><td>&nbsp;</td><td><!-- TMPL_VAR name="liblibrarian" --></td></tr>
! 	<form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield value='<!-- TMPL_VAR name="searchfield" -->'>
  	<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
  	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=submit value=NO></form></td></tr>
--- 85,89 ----
  	</tr>
  	<tr><td>&nbsp;</td><td><!-- TMPL_VAR name="liblibrarian" --></td></tr>
! 	<form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield value='<!-- TMPL_VAR name="searchfield" -->'><input type=hidden name=frameworkcode value='<!-- TMPL_VAR name="frameworkcode" -->'>
  	<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
  	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=submit value=NO></form></td></tr>
***************
*** 93,97 ****
  <!---------------------------------------------------------------------------->
  	Data deleted
! 	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  	<input type=submit value=OK>
  	</form>
--- 93,97 ----
  <!---------------------------------------------------------------------------->
  	Data deleted
! 	<form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=hidden name=frameworkcode value='<!-- TMPL_VAR name="frameworkcode" -->'>
  	<input type=submit value=OK>
  	</form>
***************
*** 103,107 ****
  		<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR name="frameworkcode" -->">
  		Create framework for <!-- TMPL_VAR name="frameworkcode" --> (<!-- TMPL_VAR name="frameworktext" -->) using
! 		<select name="existingfarmeworkcode">
  			<option value="">Default</option>
  		<!-- TMPL_LOOP name="existingframeworkloop" -->
--- 103,107 ----
  		<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR name="frameworkcode" -->">
  		Create framework for <!-- TMPL_VAR name="frameworkcode" --> (<!-- TMPL_VAR name="frameworktext" -->) using
! 		<select name="existingframeworkcode">
  			<option value="">Default</option>
  		<!-- TMPL_LOOP name="existingframeworkloop" -->
***************
*** 157,160 ****
--- 157,161 ----
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  		<input type=hidden name=op value=add_form>
+ 	<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR name="frameworkcode" -->">
  		<input type=submit class="button" value="Add Tag" title="Add Tag" alt="Add Tag" >
  		<!-- TMPL_IF name="isprevpage" -->





More information about the Koha-cvs mailing list