Lines 5-10
Link Here
|
5 |
<title>Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %]</title> |
5 |
<title>Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %]</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
7 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
|
|
8 |
|
9 |
<script> |
10 |
var CAN_user_parameters_manage_auth_values = "[% CAN_user_parameters_manage_auth_values | html %]"; |
11 |
</script> |
8 |
[% Asset.js("js/cataloging.js") | $raw %] |
12 |
[% Asset.js("js/cataloging.js") | $raw %] |
9 |
|
13 |
|
10 |
<script> |
14 |
<script> |
Lines 168-179
function confirmnotdup(redirect){
Link Here
|
168 |
[% Asset.css("css/addbiblio.css") | $raw %] |
172 |
[% Asset.css("css/addbiblio.css") | $raw %] |
169 |
|
173 |
|
170 |
[% INCLUDE 'select2.inc' %] |
174 |
[% INCLUDE 'select2.inc' %] |
171 |
<script> |
|
|
172 |
$(document).ready(function() { |
173 |
$('.subfield_line select').select2(); |
174 |
}); |
175 |
</script> |
176 |
|
177 |
</head> |
175 |
</head> |
178 |
<body id="auth_authorities" class="auth"> |
176 |
<body id="auth_authorities" class="auth"> |
179 |
|
177 |
|
Lines 375-381
function confirmnotdup(redirect){
Link Here
|
375 |
|
373 |
|
376 |
[% SET mv = subfield_loo.marc_value %] |
374 |
[% SET mv = subfield_loo.marc_value %] |
377 |
[% IF ( mv.type == 'select' ) %] |
375 |
[% IF ( mv.type == 'select' ) %] |
378 |
<select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor" id="[%- mv.id | html -%]"> |
376 |
<select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor" id="[%- mv.id | html -%]" data-category="[% mv.category | html %]"> |
379 |
[% FOREACH aval IN mv.values %] |
377 |
[% FOREACH aval IN mv.values %] |
380 |
[% IF aval == mv.default %] |
378 |
[% IF aval == mv.default %] |
381 |
<option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option> |
379 |
<option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option> |
Lines 450-455
function confirmnotdup(redirect){
Link Here
|
450 |
|
448 |
|
451 |
</form> |
449 |
</form> |
452 |
|
450 |
|
|
|
451 |
[% INCLUDE 'modals/cataloguing_create_av.inc' %] |
452 |
|
453 |
</div> |
453 |
</div> |
454 |
</div> |
454 |
</div> |
455 |
</div> |
455 |
</div> |
456 |
- |
|
|