Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/columns_settings.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

17 lines
932 B
Text

[% INCLUDE 'help-top.inc' %]
<h2>Columns settings</h2>
<p>This administration area will help you hide or display columns on fixed tables throughout the staff client.</p>
<p>Clicking on the module you'd like to edit tables for will show you the options available to you.</p>
<p>This area lets you control the columns that show several of the modules in Koha. If nothing is hidden you will see no check marks and will see all of the columns when viewing the table.</p>
<p>If columns are hidden they will be checked off and hidden when you view the table.</p>
<p>You can also toggle columns using the 'Show/Hide Columns' button in the top right of the page you altered the columns for.</p>
<p><strong>See the full documentation for Columns settings in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/administration.html#column-settings">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]