@@ -, +, @@ POC --- .../prog/en/modules/admin/columns_settings.tt | 9 +++- .../prog/en/modules/admin/currency.tt | 45 ++++++++++++++------ 2 files changed, 40 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt @@ -13,8 +13,13 @@ [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] [% FOR tablename IN tables.$pagename.keys.sort %] - - + + [% FOR column IN tables.$pagename.$tablename %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -1,3 +1,5 @@ +[% USE KohaDates %] +[% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Currencies & Exchange rates › [% IF ( add_form ) %][% IF ( searchfield ) %]Modify currency '[% searchfield %]'[% ELSE %]New currency[% END %][% END %] @@ -5,6 +7,11 @@ [% IF ( delete_confirmed ) %]Currency deleted[% END %] [% IF ( else ) %]Currencies[% END %] [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables.inc' %] + + +[% INCLUDE 'columns_settings.inc' %]
[% tablename %]
Column nameIs Hidden by defaultCannot be toggled
+ [% IF tablename == 'currencies-table' %] + Currency + [% END %] + (id=[% tablename %]) +
Column nameIs hidden by defaultCannot be toggled