From 6eb1609b0ff5c70fcc8b2f356f2e713909ea1ad8 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 20 Sep 2019 16:44:53 +0000 Subject: [PATCH] Bug 23651 - Add address of restricted page to syspref description Content-Type: text/plain; charset=utf-8 To test: 1 - Look at the restricted page syspref 2 - Check that the url is listed 3 - Add some content to the page 4 - Save the prefs 5 - Verify the address listed takes you to the page on the opac Signed-off-by: Lisette Scheer Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index a078939dfc..b1923b3215 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -732,7 +732,7 @@ OPAC: - pref: RestrictedPageLocalIPs - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')" - - - "HTML content of your restricted page" + - "HTML content of your restricted page (available at /cgi-bin/koha/opac-restrictedpage.pl)" - pref: RestrictedPageContent type: textarea syntax: text/html -- 2.11.0