Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
600 B

<!-- TMPL_INCLUDE name="auth-search-top.inc" -->
<title>UNIMARC Field 225a builder</title>
</head>
<body>
<div id="mainbloc">
<form name="f_pop" onSubmit="javascript:report()">
<h2 class="authority">Collection</h2>
<p><label>Select a collection</label><!-- TMPL_VAR name="collection" --></p>
<input type="submit" value="OK" class="button authority"></p>
</form>
</div>
<script>
function report() {
opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value;
self.close();
return false;
}
</script>
<!-- TMPL_INCLUDE name="auth-search-bottom.inc" -->