@@ -, +, @@ --- koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tmpl | 26 +++++++++++++++---- opac/opac-userupdate.pl | 3 +- 2 files changed, 21 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tmpl +++ a/koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tmpl @@ -2,11 +2,25 @@ - - +
+
+ +
+
+
+
+

An Error has Occurred

+ +

An error occurred when sending your message to the administrator. Please visit the library to update your personal details.

+

Return to your summary.

+ +

+ +
+
+
+
+
-
-

An Error has Occurred

- - + --- a/opac/opac-userupdate.pl +++ a/opac/opac-userupdate.pl @@ -73,8 +73,7 @@ if ( $updateemailaddress eq '' ) { ); $template->param( - errormessage => 'KohaAdminEmailAddress system preference - is not set. Please visit the library to update your user record' + noadminemail => 1, ); output_html_with_http_headers $query, $cookie, $template->output; --