From 0e0a1a61a62473de7ae92bde9d0f3617c34ba325 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Thu, 6 Jun 2013 10:57:29 +0200 Subject: [PATCH] Bug 10425 - Help page missing for Local Use preferences When viewing Local Use system preferences tab, the help button will lead to an error page. This is because Local Use tab uses not the same script has other tabs : systempreferences.pl. This patch adds help/systemprefences.tt Test plan : - Go to Local Use preferences : /cgi-bin/koha/admin/systempreferences.pl - Click on Help link (at right top) - See you get the same page as other preferences tab help Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton --- .../prog/en/modules/help/admin/systempreferences.tt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt new file mode 100644 index 0000000000..e99047dc35 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

Local Use System Preferences

+ +

System preferences not defined in other tabs

+ +

Some may have been defined just for your library.

+ +

Always contains Version preference, do not change it manually + +

See the full documentation for System Preferences in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 2.39.5