synch'ing 2.2 and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / value_builder / unimarc_field_225a.tmpl
1 <!-- TMPL_INCLUDE name="auth-search-top.inc" -->
2 <title>UNIMARC Field 225a builder</title>
3 </head>
4 <body>
5 <div id="mainbloc">
6         <form name="f_pop" onSubmit="javascript:report()">
7                 <h2 class="authority">Collection</h2>
8                 <p><label>Select a collection</label><!-- TMPL_VAR name="collection" --></p>
9                 <input type="submit" value="OK" class="button authority"></p>
10         </form>
11 </div>
12 <script>
13         function report() {
14                 opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value;
15                 self.close();
16                 return false;
17         }
18 </script>
19 <!-- TMPL_INCLUDE name="auth-search-bottom.inc" -->