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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-2 / +1 lines)
Lines 29-35 Link Here
29
            <div class="span12">
29
            <div class="span12">
30
                <div id="opac-maintenance-message">
30
                <div id="opac-maintenance-message">
31
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
31
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
32
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | html %]
32
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
33
                    [% ELSE %]
33
                    [% ELSE %]
34
                        <h2>System Maintenance</h2>
34
                        <h2>System Maintenance</h2>
35
                          <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress | uri %]">site administrator</a></p>
35
                          <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress | uri %]">site administrator</a></p>
36
- 

Return to bug 23308