From cd1b846aed78335348b20409125aeef30dfca751 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 simply copies help/prefences.tt as 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 --- .../en/modules/help/admin/systempreferences.tt | 38 ++++++++++++++++++++ 1 file changed, 38 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 0000000..de954e9 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt @@ -0,0 +1,38 @@ +[% INCLUDE 'help-top.inc' %] + +

System Preferences

+ +

Global system preferences control the way your Koha system works in general. Set these preferences before anything else in Koha.

+ +

System preferences can be searched (using any part of the preference name or description) using the search box on the 'Administration' page or the search box at the top of each system preferences page.

+ +

When editing preferences a '(modified)' tag will appear next to items you change until you click the 'Save All' button

+ +

After saving your preferences you'll get a confirmation message telling you what preferences were saved

+ +

Each section of preferences can be sorted alphabetically by clicking the small down arrow to the right of the word 'Preference' in the header column

+ +

Each of the tabs on the left holds several different preferences:

+ + + +

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

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