From ba18f0a9b3fd0db6d37bb530b5f39053f9d932a9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 26 Nov 2012 12:57:15 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 8641 [Follow-up] Add warning about log-in as root user to About page Correction for incorrect term: Koha uses the word "library" instead of "branch." Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and wording changed. --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 1c34504..4f2e897 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -101,7 +101,7 @@ [% IF (warnIsRootUser) %]

Warning regarding current user

It seems that you are logged in as database administrative user. A lot of things will not work with this account.

-

Usually you need to log in with a regular staff account. To create a staff account, create a branch, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

+

Usually you need to log in with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

[% END %]

Warnings regarding the system configuration

[% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %] -- 1.7.9.5