https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940 Bug ID: 27940 Summary: KohaAdminEmailAddress is missing from OpacMaintenance page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org To reproduce: KohaAdminEmailAddress = Some valid email address OpacMaintenance = Show OPAC/cgi-bin/koha/maintenance.pl shows this text: Koha online catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the site administrator. "site administrator" is a link, but it only links to "mailto:", the actual email address from KohaAdminEmailAddress is missing. I think the problem is here: <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> Specifically, [% KohaAdminEmailAddress | uri %] does not actually get the value from KohaAdminEmailAddress. Patch coming! -- You are receiving this mail because: You are watching all bug changes.