View | Details | Raw Unified | Return to bug 29589
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-2 / +1 lines)
Lines 56-62 Link Here
56
                [% 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>' %]
57
                [% SET pref_MARCOverlayRules_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOverlayRules">MARCOverlayRules</a>' %]
58
                <div class="dialog message">
58
                <div class="dialog message">
59
                    The [%  pref_MARCOverlayRules_link | $KohaSpan %] preference is not set, don't forget to enable it for rules to take effect.
59
                    The [%  pref_MARCOverlayRules_link | $raw | $KohaSpan %] preference is not set, don't forget to enable it for rules to take effect.
60
                </div>
60
                </div>
61
                [% END %]
61
                [% END %]
62
                [% IF removeConfirm %]
62
                [% IF removeConfirm %]
63
- 

Return to bug 29589