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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-10 lines)
Lines 28-41 Link Here
28
28
29
[% IF ( get_items ) %]
29
[% IF ( get_items ) %]
30
30
31
<div class="results">
32
    [% IF items.count%]
33
        [% items.count | html %] lost items found
34
    [% ELSE %]
35
        No lost items found
36
    [% END %]
37
</div>
38
39
    [% IF items.count %]
31
    [% IF items.count %]
40
        [% IF csv_profiles.count %]
32
        [% IF csv_profiles.count %]
41
            <div class="lostitems-table_table_controls">
33
            <div class="lostitems-table_table_controls">
Lines 196-202 Link Here
196
        $(document).ready(function() {
188
        $(document).ready(function() {
197
            var columns_settings = [% TablesSettings.GetColumns( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
189
            var columns_settings = [% TablesSettings.GetColumns( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
198
            var lostitems_table = KohaTable("lostitems-table", {
190
            var lostitems_table = KohaTable("lostitems-table", {
199
                "dom": 'B<"clearfix">t',
200
                "aaSorting": [],
191
                "aaSorting": [],
201
                "aoColumnDefs": [
192
                "aoColumnDefs": [
202
                    { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
193
                    { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
203
- 

Return to bug 26085