|
Lines 2-39
Link Here
|
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
| 4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
|
|
5 |
[% PROCESS 'i18n.inc' %] |
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
| 6 |
<title> |
7 |
<title>[% FILTER collapse %] |
| 7 |
[% IF ( batch_details ) %] |
8 |
[% IF ( batch_details ) %] |
| 8 |
Batch [% import_batch_id | html %] |
9 |
[% tx('Batch {batch_id}', { batch_id = import_batch_id } ) | html %] |
| 9 |
[% ELSE %] |
10 |
[% ELSE %] |
| 10 |
Batch list |
11 |
[% t("Batch list") | html %] |
| 11 |
[% END %] › Order staged MARC records › Acquisitions › Koha |
12 |
[% END %] › |
| 12 |
</title> |
13 |
[% t("Order staged MARC records") | html %] › |
| 13 |
<style> |
14 |
[% t("Acquisitions") | html %] › |
| 14 |
.biblio { |
15 |
[% t("Koha") | html %] |
| 15 |
padding: 0 .5em; |
16 |
[% END %]</title> |
| 16 |
margin:0; |
17 |
[% FILTER collapse %] |
| 17 |
} |
18 |
<style> |
| 18 |
.order_details { |
19 |
.biblio { |
| 19 |
display: flex; |
20 |
padding: 0 .5em; |
| 20 |
justify-content: space-between; |
21 |
margin:0; |
| 21 |
} |
22 |
} |
| 22 |
.biblio .actions { |
|
|
| 23 |
float: right; |
| 24 |
} |
| 25 |
@media (max-width: 992px) { |
| 26 |
.order_details { |
23 |
.order_details { |
| 27 |
display: block; |
24 |
display: flex; |
|
|
25 |
justify-content: space-between; |
| 26 |
} |
| 27 |
.biblio .actions { |
| 28 |
float: right; |
| 28 |
} |
29 |
} |
| 29 |
} |
30 |
@media (max-width: 992px) { |
| 30 |
@media (max-width: 767px) { |
31 |
.order_details { |
| 31 |
#dataPreview { |
32 |
display: block; |
| 32 |
margin: 0; |
33 |
} |
| 33 |
width : auto; |
|
|
| 34 |
} |
34 |
} |
| 35 |
} |
35 |
@media (max-width: 767px) { |
| 36 |
</style> |
36 |
#dataPreview { |
|
|
37 |
margin: 0; |
| 38 |
width : auto; |
| 39 |
} |
| 40 |
} |
| 41 |
</style> |
| 42 |
[% END %] |
| 37 |
[% INCLUDE 'doc-head-close.inc' %] |
43 |
[% INCLUDE 'doc-head-close.inc' %] |
| 38 |
[% Asset.css("css/addbiblio.css") | $raw %] |
44 |
[% Asset.css("css/addbiblio.css") | $raw %] |
| 39 |
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] |
45 |
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] |