@@ -, +, @@ Administration part 5 - Administration -> Keywords to MARC mapping - Administration -> Item circulation alerts - Administration -> Item types - View and edit item types - Edit and item type and translate a description - Administration -> Koha to MARC mapping - Administration -> MARC frameworks -> MARC structure - View and edit tags --- .../prog/en/modules/admin/fieldmapping.tt | 25 +++++++++++-------- .../en/modules/admin/item_circulation_alerts.tt | 28 ++++++++++----------- .../prog/en/modules/admin/itemtypes.tt | 29 +++++++++++----------- .../prog/en/modules/admin/koha2marclinks.tt | 26 +++++++++---------- .../prog/en/modules/admin/localization.tt | 2 +- .../prog/en/modules/admin/marctagstructure.tt | 24 ++++++++++-------- 6 files changed, 71 insertions(+), 63 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt @@ -10,9 +10,12 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] -
-
-
+ +
+
+
+
+

Keyword to MARC mapping

[% UNLESS ( fields.count ) %]

There are no mappings for the [% IF framework.frameworktext %][% framework.frameworktext | html %][% ELSE %]default[% END %] framework.

@@ -67,17 +70,19 @@ [% END %] [% END %] +
+
-
-
- -
- [% INCLUDE 'admin-menu.inc' %] -
- +
+ +
+
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %]