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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-2 / +1 lines)
Lines 40-46 Link Here
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
41
                    [% ELSE %]
41
                    [% ELSE %]
42
                        <h2>System Maintenance</h2>
42
                        <h2>System Maintenance</h2>
43
                          <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>
43
                          <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:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a></p>
44
                    [% END %]
44
                    [% END %]
45
                </div>
45
                </div>
46
            </div>
46
            </div>
47
- 

Return to bug 27940