Lines 8-14
Link Here
|
8 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
<title>[% FILTER collapse %] |
10 |
<title>[% FILTER collapse %] |
11 |
[% t("MARC overlay rules") | html %] › |
11 |
[% t("Record overlay rules") | html %] › |
12 |
[% t("Koha") | html %] › |
12 |
[% t("Koha") | html %] › |
13 |
[% t("Administration") | html %] |
13 |
[% t("Administration") | html %] |
14 |
[% END %]</title> |
14 |
[% END %]</title> |
Lines 33-39
Link Here
|
33 |
[% END %] |
33 |
[% END %] |
34 |
[% WRAPPER breadcrumb_item %] |
34 |
[% WRAPPER breadcrumb_item %] |
35 |
<a href="#" aria-current="page"> |
35 |
<a href="#" aria-current="page"> |
36 |
<span>MARC overlay rules</span> |
36 |
<span>Record overlay rules</span> |
37 |
</a> |
37 |
</a> |
38 |
[% END %] |
38 |
[% END %] |
39 |
[% END #/ WRAPPER breadcrumbs %] |
39 |
[% END #/ WRAPPER breadcrumbs %] |
Lines 43-49
Link Here
|
43 |
<div class="row"> |
43 |
<div class="row"> |
44 |
<div class="col-sm-10 col-sm-push-2"> |
44 |
<div class="col-sm-10 col-sm-push-2"> |
45 |
|
45 |
|
46 |
<h1>Manage MARC overlay rules</h1> |
46 |
<h1>Record overlay rules</h1> |
47 |
|
47 |
|
48 |
[% FOR m IN messages %] |
48 |
[% FOR m IN messages %] |
49 |
<div class="dialog [% m.type | html %]"> |
49 |
<div class="dialog [% m.type | html %]"> |
50 |
- |
|
|