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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc (-6 / +4 lines)
Lines 38-44 Link Here
38
                                    <th class="anti-the">Notes</th>
38
                                    <th class="anti-the">Notes</th>
39
                                    <th>Type</th>
39
                                    <th>Type</th>
40
                                    <th title="Number of libraries using this pattern"># of users</th>
40
                                    <th title="Number of libraries using this pattern"># of users</th>
41
                                    <th class="title-string" title="Last time a library used this pattern">Last import</th>
41
                                    <th title="Last time a library used this pattern">Last import</th>
42
                                    <th> Comments </th>
42
                                    <th> Comments </th>
43
                                    [% UNLESS search_only %]
43
                                    [% UNLESS search_only %]
44
                                        <th class="NoSort noExport">Actions</th>
44
                                        <th class="NoSort noExport">Actions</th>
Lines 82-91 Link Here
82
                                                [% report.nbofusers | html %]
82
                                                [% report.nbofusers | html %]
83
                                            [% END %]
83
                                            [% END %]
84
                                        </td>
84
                                        </td>
85
                                        <td>
85
                                        <td data-order="[% report.lastimport | html %]">
86
                                            <span title="[% report.lastimport | html %]">
86
                                            [% report.lastimport | $KohaDates %]
87
                                                [% report.lastimport | $KohaDates %]
88
                                            </span>
89
                                        </td>
87
                                        </td>
90
                                        <td>
88
                                        <td>
91
                                            [% FOREACH comment IN report.comments %]
89
                                            [% FOREACH comment IN report.comments %]
Lines 124-127 Link Here
124
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
122
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
125
     </div> <!-- /.row -->
123
     </div> <!-- /.row -->
126
124
127
[% INCLUDE 'intranet-bottom.inc' %]
125
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-12 / +9 lines)
Lines 228-236 Link Here
228
                                                <th>Subgroup</th>
228
                                                <th>Subgroup</th>
229
                                                <th>Notes</th>
229
                                                <th>Notes</th>
230
                                                <th>Author</th>
230
                                                <th>Author</th>
231
                                                <th class="title-string">Creation date</th>
231
                                                <th>Creation date</th>
232
                                                <th class="title-string">Last edit</th>
232
                                                <th>Last edit</th>
233
                                                <th class="title-string">Last run</th>
233
                                                <th>Last run</th>
234
                                                <th class="report_public">Public</th>
234
                                                <th class="report_public">Public</th>
235
                                                <th class="report_json_url">JSON URL</th>
235
                                                <th class="report_json_url">JSON URL</th>
236
                                                [% IF (usecache) %]
236
                                                [% IF (usecache) %]
Lines 285-298 Link Here
285
                                                        [% END %]
285
                                                        [% END %]
286
                                                        ([% savedreport.borrowernumber | html %])
286
                                                        ([% savedreport.borrowernumber | html %])
287
                                                    </td>
287
                                                    </td>
288
                                                    <td>
288
                                                    <td data-order="[% savedreport.date_created | html %]">
289
                                                        <span title="[% savedreport.date_created | html %]">[% savedreport.date_created | $KohaDates %]</span>
289
                                                        [% savedreport.date_created | $KohaDates %]
290
                                                    </td>
290
                                                    </td>
291
                                                    <td>
291
                                                    <td data-order="[% savedreport.last_modified | html %]">
292
                                                        <span title="[% savedreport.last_modified | html %]">[% savedreport.last_modified | $KohaDates  with_hours => 1 %]</span>
292
                                                        [% savedreport.last_modified | $KohaDates  with_hours => 1 %]
293
                                                    </td>
293
                                                    </td>
294
                                                    <td>
294
                                                    <td data-order="[% savedreport.last_run | html %]">
295
                                                        <span title="[% savedreport.last_run | html %]">[% savedreport.last_run | $KohaDates  with_hours => 1 %]</span>
295
                                                        [% savedreport.last_run | $KohaDates  with_hours => 1 %]
296
                                                    </td>
296
                                                    </td>
297
                                                    <td class="report_public">
297
                                                    <td class="report_public">
298
                                                        [% IF (savedreport.public) %]
298
                                                        [% IF (savedreport.public) %]
Lines 1605-1612 Link Here
1605
                    'sPaginationType': 'full',
1605
                    'sPaginationType': 'full',
1606
                    'aaSorting': [[ 1, "asc" ]],
1606
                    'aaSorting': [[ 1, "asc" ]],
1607
                    'aoColumnDefs': [
1607
                    'aoColumnDefs': [
1608
                        { 'bSearchable': false, 'aTargets': [3] },
1609
                        { "aTargets": [ 1, 2 ], "sType": "natural"  },
1610
                        { "visible": false, "aTargets" : [ "hidden" ] }
1608
                        { "visible": false, "aTargets" : [ "hidden" ] }
1611
                    ],
1609
                    ],
1612
                    'oLanguage': {
1610
                    'oLanguage': {
Lines 1931-1937 Link Here
1931
                            ],
1929
                            ],
1932
                            "aoColumnDefs": [
1930
                            "aoColumnDefs": [
1933
                                { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
1931
                                { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
1934
                                { "sType": "title-string", "aTargets" : [ "title-string" ] },
1935
                                { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
1932
                                { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
1936
                            ]
1933
                            ]
1937
                        }));
1934
                        }));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-4 / +4 lines)
Lines 67-76 Link Here
67
                    <th>Title</th>
67
                    <th>Title</th>
68
                    <th>Author</th>
68
                    <th>Author</th>
69
                    <th>Lost status</th>
69
                    <th>Lost status</th>
70
                    <th class="title-string">Lost on</th>
70
                    <th>Lost on</th>
71
                    <th>Barcode</th>
71
                    <th>Barcode</th>
72
                    <th>Call number</th>
72
                    <th>Call number</th>
73
                    <th class="title-string">Date last seen</th>
73
                    <th>Date last seen</th>
74
                    <th>Price</th>
74
                    <th>Price</th>
75
                    <th>Rep.price</th>
75
                    <th>Rep.price</th>
76
                    <th>Library</th>
76
                    <th>Library</th>
Lines 95-106 Link Here
95
                        </td>
95
                        </td>
96
                        <td>[% item.biblio.author | html %]</td>
96
                        <td>[% item.biblio.author | html %]</td>
97
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %]
97
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %]
98
                        <td><span title="[% item.itemlost_on | html %]">[% item.itemlost_on | $KohaDates %]</span></td>
98
                        <td data-order="[% item.itemlost_on | html %]">[% item.itemlost_on | $KohaDates %]</td>
99
                        <td>
99
                        <td>
100
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber | uri %]">[% item.barcode | html %]</a>
100
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber | uri %]">[% item.barcode | html %]</a>
101
                        </td>
101
                        </td>
102
                        <td>[% item.itemcallnumber | html %]</td>
102
                        <td>[% item.itemcallnumber | html %]</td>
103
                        <td><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td>
103
                        <td data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td>
104
                        <td>[% item.price | $Price %]</td>
104
                        <td>[% item.price | $Price %]</td>
105
                        <td>[% item.replacementprice | $Price %]</td>
105
                        <td>[% item.replacementprice | $Price %]</td>
106
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
106
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-8 / +3 lines)
Lines 28-34 Link Here
28
		<thead>
28
		<thead>
29
			<tr>
29
			<tr>
30
				<th>Vendor</th>
30
				<th>Vendor</th>
31
				<th>Title</th>
31
                <th class="anti-the">Title</th>
32
                <th>Subscription ID</th>
32
                <th>Subscription ID</th>
33
                <th>Library</th>
33
                <th>Library</th>
34
                <th>Call number</th>
34
                <th>Call number</th>
Lines 45-52 Link Here
45
					<td>[% data.subscriptionid | html %]</td>
45
					<td>[% data.subscriptionid | html %]</td>
46
                    <td>[% Branches.GetName( data.branchcode ) | html %]</td>
46
                    <td>[% Branches.GetName( data.branchcode ) | html %]</td>
47
					<td>[% data.callnumber | html %]</td>
47
					<td>[% data.callnumber | html %]</td>
48
                    <td><span title="[% data.startdate | html %]">[% data.startdate | $KohaDates %]</span></td>
48
                    <td data-order="[% data.startdate | html %]">[% data.startdate | $KohaDates %]</td>
49
                    <td><span title="[% data.enddate | html %]">[% data.enddate | $KohaDates %]</span></td>
49
                    <td data-order="[% data.enddate | html %]">[% data.enddate | $KohaDates %]</td>
50
                    <td>
50
                    <td>
51
                        [% IF data.closed %]
51
                        [% IF data.closed %]
52
                            Closed
52
                            Closed
Lines 145-155 Link Here
145
    <script>
145
    <script>
146
        $(document).ready(function() {
146
        $(document).ready(function() {
147
            $("#resulttable").dataTable($.extend(true, {}, dataTablesDefaults, {
147
            $("#resulttable").dataTable($.extend(true, {}, dataTablesDefaults, {
148
                "sDom": 't',
149
                "bPaginate": false,
148
                "bPaginate": false,
150
                "aoColumns": [
151
                    null,{ "sType": "anti-the" },null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },null
152
                ],
153
            }));
149
            }));
154
        });
150
        });
155
    </script>
151
    </script>
156
- 

Return to bug 27994