From 1e222a03ab4d497d8f0cfae31f04829689a9d512 Mon Sep 17 00:00:00 2001 From: Hector Eduardo Castro Avalos Date: Wed, 18 Mar 2015 21:05:03 -0600 Subject: [PATCH] Bug 13872 - Typographical error on columns_settings.tt Test plan: 1) Go to url 'koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt' line 9 and check the typo "columsn" and change for columns. 2) See also changes for Column settings to Columns settings at lines 3 and 15 3) Apply the patch 4) Repeat step 1 and chek if the typo is fixed or go to Administration > Additional parameters > Configure columns and go to Help page. Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Eduardo Castro Avalos --- .../prog/en/modules/help/admin/columns_settings.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt index 8c33dca..c349571 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt @@ -1,17 +1,17 @@ [% INCLUDE 'help-top.inc' %] -

Column Settings

+

Columns settings

This administration area will help you hide or display columns on fixed tables throughout the staff client. Right now there is only one table, the currencies table, you can control with this, but more will come.

Clicking on the module you'd like to edit tables for will show you the options available to you. Right now only 'Administration' has any options.

-

This area lets you control the columsn that show in the Currency admin area. If nothing is hidden you will see no check marks and will see all of the columns when viewing the table.

+

This area lets you control the columns that show in the Currency admin area. If nothing is hidden you will see no check marks and will see all of the columns when viewing the table.

If columns are hidden they will be checked off and hidden when you view the table.

You can also toggle columns using the 'Show/Hide Columns button in the top right of the page.

-

See the full documentation for Column Settings in the manual (online).

+

See the full documentation for Columns settings in the manual (online).

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