bug fixxing : add hidden field to allow modification of biblio framework .
authorbtoumi <btoumi>
Fri, 1 Jun 2007 09:55:35 +0000 (09:55 +0000)
committerbtoumi <btoumi>
Fri, 1 Jun 2007 09:55:35 +0000 (09:55 +0000)
koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl

index 7447f49..dc28cd3 100644 (file)
@@ -66,6 +66,7 @@ return false;
 <!-- ------------------------------------------------------------------------ -->
     <form action="<!-- TMPL_VAR NAME="script_name" -->" name="Aform" method="post">
         <input type="hidden" name="op" value="add_validate">
+       <input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="searchfield" -->">
         <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
         <h2><!-- TMPL_IF NAME="use-heading-flags-p" --><!-- TMPL_IF NAME="heading-modify-tag-p" -->Modify tag<!-- /TMPL_IF --><!-- TMPL_IF NAME="heading-add-tag-p" -->Add tag<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --></h2>
     <p><label>Tag</label><!-- TMPL_VAR NAME="searchfield" -->&nbsp;</p>