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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-12 / +12 lines)
Lines 539-554 Link Here
539
                <table id="libraries">
539
                <table id="libraries">
540
                    <thead>
540
                    <thead>
541
                        <tr>
541
                        <tr>
542
                            <th>Name</th>
542
                            <th data-colname="library_name">Name</th>
543
                            <th>Code</th>
543
                            <th data-colname="library_code">Code</th>
544
                            <th>Address</th>
544
                            <th data-colname="library_address">Address</th>
545
                            <th>MARC organization code</th>
545
                            <th data-colname="marc_organization_code">MARC organization code</th>
546
                            <th>IP</th>
546
                            <th data-colname="library_ip">IP</th>
547
                            <th>Pickup location</th>
547
                            <th data-colname="is_pickup_location">Pickup location</th>
548
                            <th>Public</th>
548
                            <th data-colname="public">Public</th>
549
                            <th>SMTP server</th>
549
                            <th data-colname="smtp_server">SMTP server</th>
550
                            <th>Library hours</th>
550
                            <th data-colname="library_hours">Library hours</th>
551
                            <th data-class-name="actions no-export">Actions</th>
551
                            <th data-colname="actions" data-class-name="actions no-export">Actions</th>
552
                        </tr>
552
                        </tr>
553
                    </thead>
553
                    </thead>
554
                </table>
554
                </table>
Lines 941-947 Link Here
941
                        "searchable": false,
941
                        "searchable": false,
942
                        "orderable": false
942
                        "orderable": false
943
                    },
943
                    },
944
                ]
944
                ],
945
                bKohaColumnsUseNames: true,
945
            }, table_settings);
946
            }, table_settings);
946
947
947
            [% UNLESS library %]
948
            [% UNLESS library %]
948
- 

Return to bug 40982