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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-2 / +8 lines)
Lines 40-46 Link Here
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
41
                    [% ELSE %]
41
                    [% ELSE %]
42
                        <h1>System Maintenance</h1>
42
                        <h1>System Maintenance</h1>
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>
43
                            <p>
44
                                The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
46
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a>
47
                                [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %]
48
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a>
49
                                [% END %]
50
                            </p>
44
                    [% END %]
51
                    [% END %]
45
                </div>
52
                </div>
46
            </div>
53
            </div>
47
- 

Return to bug 28086