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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-1 / +2 lines)
Lines 215-221 function KohaTable(id_selector, dt_parameters, table_settings, add_filters) { Link Here
215
        }
215
        }
216
    );
216
    );
217
217
218
    if ( table_settings ) {
218
    /* No other exceptions should be added here! */
219
    if ( table_settings && table_settings.page != 'itemsearch' ) {
219
        dt_parameters["buttons"].push(
220
        dt_parameters["buttons"].push(
220
            {
221
            {
221
                autoClose: true,
222
                autoClose: true,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-2 / +2 lines)
Lines 149-155 Link Here
149
                                    </p>
149
                                    </p>
150
                                [% END %]
150
                                [% END %]
151
151
152
                                [% IF modulename != 'opac' %]
152
                                [%# No other exceptions should be added here! %]
153
                                [% IF modulename != 'opac' && pagename != 'itemsearch' %]
153
                                    <p>
154
                                    <p>
154
                                        [% SET option_name = pagename _ "|" _ tablename _ "_default_save_state" %]
155
                                        [% SET option_name = pagename _ "|" _ tablename _ "_default_save_state" %]
155
                                        <label for="[% option_name | html %]" title="Save the column visibility, length of the table and order in session">Save configuration state on page change:</label>
156
                                        <label for="[% option_name | html %]" title="Save the column visibility, length of the table and order in session">Save configuration state on page change:</label>
156
- 

Return to bug 37238