Bug 17318: Allow chosing fixed normalization routines
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / columns_settings.tt
index cb799f7..4a7bb4e 100644 (file)
         [% SET tables = module %]
         [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %]
           [% FOR tablename IN tables.$pagename.keys.sort %]
+            [% IF pagename == 'additem' AND tablename == 'itemst' %]
+              <div class="alert">Changes made below will only apply to item subfields that are mapped to the 'items' table. <a href="/cgi-bin/koha/admin/koha2marclinks.pl?tablename=items">Go to Koha to MARC mapping</a></div>
+            [% END %]
             <table>
               <caption>
                 [% IF tablename == 'currencies-table' %]
                   Currency
+                [% ELSIF pagename == 'additem' AND tablename == 'itemst' %]
+                  Items Editor
                 [% END %]
                 (id=[% tablename %])
               </caption>