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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc (-1 / +1 lines)
Lines 1-7 Link Here
1
[%~ USE Koha ~%]
1
[%~ USE Koha ~%]
2
[%~ USE raw ~%]
2
[%~ USE raw ~%]
3
[%~ BLOCK 'display-address-style' ~%]
3
[%~ BLOCK 'display-address-style' ~%]
4
    [%~ SET line_break = "<br/>" ~%]
4
    [%~ SET line_break = "<" _ "br/>" ~%]
5
    [%~ IF no_line_break %][% SET line_break = " " %][% END ~%]
5
    [%~ IF no_line_break %][% SET line_break = " " %][% END ~%]
6
    [%~ IF Koha.Preference( 'AddressFormat' ) ~%]
6
    [%~ IF Koha.Preference( 'AddressFormat' ) ~%]
7
        [%~ PROCESS "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }" ~%]
7
        [%~ PROCESS "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }" ~%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
    <h1>Curbside pickup configuration</h1>
60
    <h1>Curbside pickup configuration</h1>
61
61
62
    [% UNLESS Koha.Preference('CurbsidePickup') %]
62
    [% UNLESS Koha.Preference('CurbsidePickup') %]
63
        [% SET pref_CurbsidePickup_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CurbsidePickup">CurbsidePickup</a>' %]
63
        [% SET pref_CurbsidePickup_link = '<' _ 'a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CurbsidePickup">CurbsidePickup<' _ '/a>' %]
64
        <div class="dialog message">The [% pref_CurbsidePickup_link | $raw | $KohaSpan %] preference is not enabled, do not forget to enable it to turn the feature on.</div>
64
        <div class="dialog message">The [% pref_CurbsidePickup_link | $raw | $KohaSpan %] preference is not enabled, do not forget to enable it to turn the feature on.</div>
65
    [% END %]
65
    [% END %]
66
    <form method="post" class="form">
66
    <form method="post" class="form">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-1 / +1 lines)
Lines 61-67 Link Here
61
                [% END %]
61
                [% END %]
62
62
63
                [% UNLESS Koha.Preference( 'MARCOverlayRules' ) %]
63
                [% UNLESS Koha.Preference( 'MARCOverlayRules' ) %]
64
                [% SET pref_MARCOverlayRules_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOverlayRules">MARCOverlayRules</a>' %]
64
                [% SET pref_MARCOverlayRules_link = '<' _ 'a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOverlayRules">MARCOverlayRules<' _ '/a>' %]
65
                <div class="dialog message">
65
                <div class="dialog message">
66
                    The [%  pref_MARCOverlayRules_link | $raw | $KohaSpan %] preference is not set, don't forget to enable it for rules to take effect.
66
                    The [%  pref_MARCOverlayRules_link | $raw | $KohaSpan %] preference is not set, don't forget to enable it for rules to take effect.
67
                </div>
67
                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/display-library-address.inc (-2 / +1 lines)
Lines 1-7 Link Here
1
[%~ USE Koha ~%]
1
[%~ USE Koha ~%]
2
[%~ USE raw ~%]
2
[%~ USE raw ~%]
3
[%~ BLOCK 'display-library-address' ~%]
3
[%~ BLOCK 'display-library-address' ~%]
4
    [%~ SET line_break = "<br/>" ~%]
4
    [%~ SET line_break = "<" _ "br/>" ~%]
5
    [%~ IF no_line_break %][% SET line_break = " " %][% END ~%]
5
    [%~ IF no_line_break %][% SET line_break = " " %][% END ~%]
6
    [%~ IF Koha.Preference( 'AddressFormat' ) == "us" ~%]
6
    [%~ IF Koha.Preference( 'AddressFormat' ) == "us" ~%]
7
        [%~ PROCESS 'display-library-address-us' ~%]
7
        [%~ PROCESS 'display-library-address-us' ~%]
8
- 

Return to bug 36171