From 06c0bbf308c7a820cc0d44add2e5f40a7ba3282d Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 22 Jul 2015 01:37:30 +0000 Subject: [PATCH] Bug 14585: Fixing up online help on main page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to home page of staff client and click the Help 2) Notice: 'you should now 'got to' Koha' 'settings found in 'a'dministration.' (should be capitalized) 'Once that user is set you should use that user to log in rather than the root user set up as part of installation.' (could be worded better) 3) Apply patch, close Help, reload page, reopen Help 4) Notice: 'got to' --> 'go to' 'administration' --> 'Administration' 'Once that user is set you should use that user to log in rather than the root user set up as part of installation.' Signed-off-by: Joonas Kylmälä --- koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt index 78c3cf3..84e6339 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt @@ -2,9 +2,9 @@

Welcome to Koha

-

If this is your first time logging into Koha, you should now got to Koha Administration and setup all system preferences, patron categories, item types and libraries. You should also review the other settings found in administration.

+

If this is your first time logging into Koha, you should now go to Koha Administration and set up all system preferences, patron categories, item types and libraries. You should also review the other settings found in Administration.

-

Once you have set up patron categories, you should create a new user in the Patrons module with superlibrarian permissions. Once that user is set you should use that user to log in rather than the root user set up as part of installation.

+

Once you have set up patron categories, you should create a new user in the Patrons module with superlibrarian permissions. Once that user is created, you should log in as that user rather than the root user which is set up as part of installation.

Here are some other places to look for more information about how to proceed:

@@ -21,7 +21,7 @@

You can edit the online help through the Koha Staff Client by clicking the "Edit Help" button. This feature has been designed so that library workflow and policies can be documented within Koha.

-

IMPORTANT: As part of the upgrade process your online help will be overwritten with the new Help as part of the install. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.

+

IMPORTANT: Your online help will be overwritten by the new Help when there is an upgrade. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.

The online help directory is:

[% themelang %]/modules/help

-- 1.9.1