From 62e53e0ac5caf62f35695b3e4353abc3d461b8f1 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 Content-Type: text/plain; charset=utf-8 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 --- .../en/modules/help/admin/systempreferences.tt | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) 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 0000000..e99047d --- /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 -- 1.7.7.6