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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tables/tickets.inc (+11 lines)
Line 0 Link Here
1
<table id="table_concerns" width="100%">
2
    <thead>
3
        <tr>
4
            <th>Reported</th>
5
            <th>Details</th>
6
            <th>Title</th>
7
            <th>Status</th>
8
            <th data-class-name="actions noExport">Actions</th>
9
        </tr>
10
    </thead>
11
</table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-11 / +1 lines)
Lines 668-684 Link Here
668
        | <a id="showAll"><i class="fa fa-bars"></i> Show all</a>
668
        | <a id="showAll"><i class="fa fa-bars"></i> Show all</a>
669
    </fieldset>
669
    </fieldset>
670
670
671
    <table id="table_concerns" width="100%">
671
    [% INCLUDE  'tables/tickets.inc' %]
672
        <thead>
673
            <tr>
674
                <th>Reported</th>
675
                <th>Details</th>
676
                <th>Title</th>
677
                <th>Status</th>
678
                <th data-class-name="actions noExport">Actions</th>
679
            </tr>
680
        </thead>
681
    </table>
682
</div>
672
</div>
683
[% END %]
673
[% END %]
684
674
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt (-12 / +1 lines)
Lines 49-65 Link Here
49
                            [% END %]
49
                            [% END %]
50
                        </fieldset>
50
                        </fieldset>
51
51
52
                        <table id="table_concerns">
52
                        [% INCLUDE 'tables/tickets.inc' %]
53
                            <thead>
54
                                <tr>
55
                                    <th>Reported</th>
56
                                    <th>Details</th>
57
                                    <th>Title</th>
58
                                    <th>Status</th>
59
                                    <th data-class-name="actions noExport">Actions</th>
60
                                </tr>
61
                            </thead>
62
                        </table>
63
                    </div>
53
                    </div>
64
                </main>
54
                </main>
65
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
55
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
66
- 

Return to bug 36800