@@ -, +, @@ OPACBaseURL and staffClientBaseURL - Apply the patch - Search for "baseurl" in the system preferences - Check that the description of both sysprefs includes a warning about not including a trailing slash. - Sign off --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/modules/admin/preferences/staff_client.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -9,7 +9,7 @@ OPAC: - "The OPAC is located at http://" - pref: OPACBaseURL class: url - - . (This must be filled in correctly for RSS, unAPI, and search plugins to work.) + - . Do not include a trailing slash in the URL. (This must be filled in correctly for RSS, unAPI, and search plugins to work.) - - Show - pref: LibraryName --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref @@ -9,7 +9,7 @@ Staff Client: - "The staff client is located at http://" - pref: staffClientBaseURL class: url - - . + - . Do not include a trailing slash in the URL. - - Use the CSS stylesheet - pref: intranetstylesheet --