View | Details | Raw Unified | Return to bug 33568
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +2 lines)
Lines 35-40 Link Here
35
                                <input type="hidden" name="table_id" value="[% table_id| html %]" />
35
                                <input type="hidden" name="table_id" value="[% table_id| html %]" />
36
                                [% IF pagename == 'additem' AND tablename == 'itemst' %]
36
                                [% IF pagename == 'additem' AND tablename == 'itemst' %]
37
                                    <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>
37
                                    <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>
38
                                [% ELSIF pagename == 'detail' AND ( tablename == 'holdings_table' || tablename == 'otherholdings_table' ) %]
39
                                    <div class="alert">Please note that if a field is not used on the first page of items in the holdings table, it will be automatically hidden from display and can be made visible on demand. You can still use the column configuration to permanently hide columns from the holdings table.</div>
38
                                [% END %]
40
                                [% END %]
39
                                <table>
41
                                <table>
40
                                    <caption>
42
                                    <caption>
41
- 

Return to bug 33568