[% USE raw %] [% USE Asset %] [% USE TablesSettings %] [% SET footerjs = 1 %] [% SET panel_id = 0 %] [% BLOCK pagelist %] [% IF module.keys and module.keys.size > 0 %] Jump to: [% FOR pagename IN module.keys.sort %] [% pagename | html %] [% UNLESS loop.last %] | [% END %] [% END %] [% END %]
[% SET panel_id = panel_id + 1 %] [% IF module.keys and module.keys.size > 0 %] [% FOR pagename IN module.keys.sort %]

Page: [% pagename | html %]

[% SET tables = module %] [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] [% FOR tablename IN tables.$pagename.keys.sort %] [% SET table_id = pagename _ '#' _ tablename %]
[% IF pagename == 'additem' AND tablename == 'itemst' %]
Changes made below will only apply to item subfields that are mapped to the 'items' table. Go to Koha to MARC mapping
[% END %] [% FOR column IN tables.$pagename.$tablename.columns %] [% SET value = pagename _ '#' _ tablename _ '#' _ column.columnname %] [% END %]
[% IF tablename == 'currencies-table' %] Currency [% ELSIF pagename == 'additem' AND tablename == 'itemst' %] Items Editor [% ELSE %] Table id: [% tablename | html %] [% END %]
Column name Is hidden by default Cannot be toggled
[% column.columnname | html %] [% IF column.is_hidden %] [% IF column.cannot_be_modified %] [% ELSE %] [% END %] [% ELSE %] [% IF column.cannot_be_modified %] [% ELSE %] [% END %] [% END %] [% IF column.cannot_be_toggled %] [% IF column.cannot_be_modified %] [% ELSE %] [% END %] [% ELSE %] [% IF column.cannot_be_modified %] [% ELSE %] [% END %] [% END %]
[% SET table_settings = TablesSettings.GetTableSettings( modulename, pagename, tablename ) %] [% IF table_settings.default_display_length %]

Default display length:

[% END %] [% IF table_settings.default_sort_order.defined %]

Default sort order:

[% END %]
[% END %]
[% ELSE %] There is no table to configure for this module. [% END %] [% END %] [% ELSE %] There is no page using the table configuration in this module. [% END %]
[% END %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Table settings [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]

Table settings

Acquisition tables

[% PROCESS pagelist module=modules.acqui modulename="acqui" %]

Administration tables

[% PROCESS pagelist module=modules.admin modulename="admin" %]

Authorities tables

[% PROCESS pagelist module=modules.authorities modulename="authorities" %]

Catalogue tables

[% PROCESS pagelist module=modules.catalogue modulename="catalogue" %]

Cataloguing tables

[% PROCESS pagelist module=modules.cataloguing modulename="cataloguing" %]

Circulation tables

[% PROCESS pagelist module=modules.circ modulename="circ" %]

Course reserves tables

[% PROCESS pagelist module=modules.coursereserves modulename="coursereserves" %]

Interlibrary loans tables

[% PROCESS pagelist module=modules.illrequests modulename="illrequests" %]

Patrons tables

[% PROCESS pagelist module=modules.members modulename="members" %]

Point of sale tables

[% PROCESS pagelist module=modules.pos modulename="pos" %]

Tools tables

[% PROCESS pagelist module=modules.tools modulename="tools" %]

OPAC tables

[% PROCESS pagelist module=modules.opac modulename="opac" %]

Reports tables

[% PROCESS pagelist module=modules.reports modulename="reports" %]

Serials tables

[% PROCESS pagelist module=modules.serials modulename="serials" %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]