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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt (-10 / +1 lines)
Lines 41-55 Link Here
41
        <h1>Bookings for [% INCLUDE 'biblio-title-head.inc' %]</h1>
41
        <h1>Bookings for [% INCLUDE 'biblio-title-head.inc' %]</h1>
42
        <div class="page-section" id="bookings-timeline"></div>
42
        <div class="page-section" id="bookings-timeline"></div>
43
        <div class="page-section">
43
        <div class="page-section">
44
            [%
44
            [% INCLUDE 'additional-filters.inc' filters = [ { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') }, { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') }, ] filter_class = 'bookings' %]
45
                INCLUDE 'additional-filters.inc'
46
                filters = [
47
                    { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') },
48
                    { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') },
49
                ]
50
                filter_class = 'bookings'
51
            %]
52
53
            <table id="bookings_table"></table>
45
            <table id="bookings_table"></table>
54
        </div>
46
        </div>
55
    </div>
47
    </div>
56
- 

Return to bug 40656