Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE Koha %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Koha › Tools › Manage staged MARC records |
6 |
<title>Koha › Tools › Manage staged MARC records |
Lines 203-217
Link Here
|
203 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" /> |
204 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" /> |
204 |
<fieldset class="action"> |
205 |
<fieldset class="action"> |
205 |
[% IF ( record_type != 'auth' ) %] |
206 |
[% IF ( record_type != 'auth' ) %] |
206 |
Add new bibliographic records into this framework: |
207 |
Add new bibliographic records into this framework: |
207 |
<select name="framework" id="frameworks"> |
208 |
<select name="framework" id="frameworks"> |
208 |
<option value="">Default</option> |
209 |
|
209 |
[% FOREACH framework IN frameworks %] |
210 |
[% IF defaultframework %] |
210 |
<option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> |
211 |
<option value="[% defaultframework.frameworkcode | html %]" selected="selected">[% defaultframework.frameworktext | html %]</option> |
211 |
[% END %] |
212 |
[% ELSE %] |
212 |
</select> |
213 |
<option value="" selected="selected">Default</option> |
|
|
214 |
[% END %] |
215 |
|
216 |
[% FOREACH framework IN frameworks %] |
217 |
[% IF defaultframework.frameworkcode != framework.frameworkcode %] |
218 |
<option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> |
219 |
[% END %] |
220 |
[% END %] |
221 |
</select> |
213 |
[% END %] |
222 |
[% END %] |
214 |
<br/> |
223 |
<br/> |
|
|
224 |
|
215 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
225 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
216 |
</fieldset> |
226 |
</fieldset> |
217 |
</form> |
227 |
</form> |