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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-3 / +2 lines)
Lines 34-42 Link Here
34
                            <div class="datatable_config" id="[% table_id | html %]">
34
                            <div class="datatable_config" id="[% table_id | html %]">
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 alert-info">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' ) %]
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>
39
                                    <div class="alert alert-info">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>
40
                                [% END %]
40
                                [% END %]
41
                                <table>
41
                                <table>
42
                                    <caption>
42
                                    <caption>
43
- 

Return to bug 38502