Lines 2-7
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% USE Koha %] |
4 |
[% USE Koha %] |
|
|
5 |
[% USE KohaSpan %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>MARC overlay rules › Koha › Administration</title> |
7 |
<title>MARC overlay rules › Koha › Administration</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 53-60
Link Here
|
53 |
[% END %] |
54 |
[% END %] |
54 |
|
55 |
|
55 |
[% UNLESS Koha.Preference( 'MARCOverlayRules' ) %] |
56 |
[% UNLESS Koha.Preference( 'MARCOverlayRules' ) %] |
|
|
57 |
[% SET pref_MARCOverlayRules_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOverlayRules">MARCOverlayRules</a>' %] |
56 |
<div class="dialog message"> |
58 |
<div class="dialog message"> |
57 |
The <b>MARCOverlayRules</b> preference is not set, don't forget to enable it for rules to take effect. |
59 |
The [% pref_MARCOverlayRules_link | $KohaSpan %] preference is not set, don't forget to enable it for rules to take effect. |
58 |
</div> |
60 |
</div> |
59 |
[% END %] |
61 |
[% END %] |
60 |
[% IF removeConfirm %] |
62 |
[% IF removeConfirm %] |
61 |
- |
|
|