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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
            [% END %]
114
            [% END %]
115
            <tr>
115
            <tr>
116
              <th scope="row">Date and time: </th>
116
              <th scope="row">Date and time: </th>
117
              <td>[% current_date_and_time | $KohaDates with_hours => 1 | html %]</td>
117
              <td>[% current_date_and_time | $KohaDates  with_hours => 1 %]</td>
118
            </tr>
118
            </tr>
119
            <tr>
119
            <tr>
120
              [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %]
120
              [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 31-37 Link Here
31
31
32
             [% IF ( batch_details ) %]
32
             [% IF ( batch_details ) %]
33
                <h1>Add orders from [% comments | html %]
33
                <h1>Add orders from [% comments | html %]
34
                    ([% file_name | html %] staged on [% upload_timestamp | $KohaDates with_hours => 1 | html %])
34
                    ([% file_name | html %] staged on [% upload_timestamp | $KohaDates  with_hours => 1 %])
35
                </h1>
35
                </h1>
36
                <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
36
                <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
37
                <div id="tabs" class="toptabs">
37
                <div id="tabs" class="toptabs">
Lines 411-417 Link Here
411
                            [% batch_lis.import_status | html %]
411
                            [% batch_lis.import_status | html %]
412
                          [% END %]
412
                          [% END %]
413
                        </td>
413
                        </td>
414
                        <td><span title="[% batch_lis.staged_date | html %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 | html %]</span></td>
414
                        <td><span title="[% batch_lis.staged_date | html %]">[% batch_lis.staged_date | $KohaDates  with_hours => 1 %]</span></td>
415
                        <td>[% batch_lis.num_records | html %]</td>
415
                        <td>[% batch_lis.num_records | html %]</td>
416
                        <td><a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]">Add orders</a></td>
416
                        <td><a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]">Add orders</a></td>
417
                      </tr>
417
                      </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
            </td>
81
            </td>
82
            <td>
82
            <td>
83
                [% IF ( lateorder.estimateddeliverydate ) %]
83
                [% IF ( lateorder.estimateddeliverydate ) %]
84
                    <span title="[% lateorder.estimateddeliverydate | html %]">[% lateorder.estimateddeliverydate | $KohaDates | html %]</span>
84
                    <span title="[% lateorder.estimateddeliverydate | html %]">[% lateorder.estimateddeliverydate | $KohaDates  %]</span>
85
                [% ELSE %]
85
                [% ELSE %]
86
                    <span title="0000-00-00"></span>
86
                    <span title="0000-00-00"></span>
87
                [% END %]
87
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-4 / +4 lines)
Lines 66-88 Link Here
66
                        &nbsp;
66
                        &nbsp;
67
                    [% END %]</td>
67
                    [% END %]</td>
68
                <td>[% IF checkout.renewals %]
68
                <td>[% IF checkout.renewals %]
69
                        Yes[% IF checkout.lastreneweddate %], <small>last on: [% checkout.lastreneweddate |$KohaDates with_hours => 1 | html %]</small>
69
                        Yes[% IF checkout.lastreneweddate %], <small>last on: [% checkout.lastreneweddate |$KohaDates  with_hours => 1 %]</small>
70
                            [% END %]
70
                            [% END %]
71
                    [% ELSE %]
71
                    [% ELSE %]
72
                        No
72
                        No
73
                    [% END %]</td>
73
                    [% END %]</td>
74
                <td>[% IF checkout.issuedate %]
74
                <td>[% IF checkout.issuedate %]
75
                        <span title="[% checkout.issuedate | html %]">[% checkout.issuedate |$KohaDates with_hours => 1 | html %]</span>
75
                        <span title="[% checkout.issuedate | html %]">[% checkout.issuedate |$KohaDates  with_hours => 1 %]</span>
76
                    [% ELSE %]
76
                    [% ELSE %]
77
                        <span title="0000-00-00"></span>
77
                        <span title="0000-00-00"></span>
78
                    [% END %]</td>
78
                    [% END %]</td>
79
                <td>[% IF checkout.date_due %]
79
                <td>[% IF checkout.date_due %]
80
                        <span title="[% checkout.date_due | html %]">[% checkout.date_due |$KohaDates with_hours => 1 | html %]</span>
80
                        <span title="[% checkout.date_due | html %]">[% checkout.date_due |$KohaDates  with_hours => 1 %]</span>
81
                    [% ELSE %]
81
                    [% ELSE %]
82
                        <span title="0000-00-00"></span>
82
                        <span title="0000-00-00"></span>
83
                    [% END %]</td>
83
                    [% END %]</td>
84
                <td>[% IF checkout.returndate %]
84
                <td>[% IF checkout.returndate %]
85
                        <span title="[% checkout.returndate | html %]">[% checkout.returndate |$KohaDates with_hours => 1 | html %]</span>
85
                        <span title="[% checkout.returndate | html %]">[% checkout.returndate |$KohaDates  with_hours => 1 %]</span>
86
                    [% ELSE %]
86
                    [% ELSE %]
87
                        <span title="Checked out"><small>Checked out</small></span>
87
                        <span title="Checked out"><small>Checked out</small></span>
88
                    [% END %]</td>
88
                    [% END %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-4 / +4 lines)
Lines 56-62 Link Here
56
                [% FOREACH s IN current_biblio_searches %]
56
                [% FOREACH s IN current_biblio_searches %]
57
                  <tr>
57
                  <tr>
58
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
58
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
59
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
59
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
60
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
60
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
61
                    <td>[% s.total | html %]</td>
61
                    <td>[% s.total | html %]</td>
62
                  </tr>
62
                  </tr>
Lines 93-99 Link Here
93
                [% FOREACH s IN previous_biblio_searches %]
93
                [% FOREACH s IN previous_biblio_searches %]
94
                  <tr>
94
                  <tr>
95
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
95
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
96
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
96
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
97
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
97
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
98
                    <td>[% s.total | html %]</td>
98
                    <td>[% s.total | html %]</td>
99
                  </tr>
99
                  </tr>
Lines 136-142 Link Here
136
                [% FOREACH s IN current_authority_searches %]
136
                [% FOREACH s IN current_authority_searches %]
137
                  <tr>
137
                  <tr>
138
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
138
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
139
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
139
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
140
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
140
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
141
                    <td>[% s.total | html %]</td>
141
                    <td>[% s.total | html %]</td>
142
                  </tr>
142
                  </tr>
Lines 173-179 Link Here
173
                [% FOREACH s IN previous_authority_searches %]
173
                [% FOREACH s IN previous_authority_searches %]
174
                  <tr>
174
                  <tr>
175
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
175
                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
176
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
176
                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
177
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
177
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
178
                    <td>[% s.total | html %]</td>
178
                    <td>[% s.total | html %]</td>
179
                  </tr>
179
                  </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-1 / +1 lines)
Lines 49-55 Link Here
49
            <td>[% library.branchname | html %]</td>
49
            <td>[% library.branchname | html %]</td>
50
            <td>[% library.issues | html %]</td>
50
            <td>[% library.issues | html %]</td>
51
            <td>[% IF library.seen %]
51
            <td>[% IF library.seen %]
52
                    [% library.seen | $KohaDates with_hours => 1 | html %]
52
                    [% library.seen | $KohaDates  with_hours => 1 %]
53
                [% ELSE %]
53
                [% ELSE %]
54
                    <span>Never</span>
54
                    <span>Never</span>
55
                [% END %]
55
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 1020-1026 No patron matched <span class="ex">[% message | html %]</span> Link Here
1020
        // On-site checkout
1020
        // On-site checkout
1021
        function toggle_onsite_checkout(){
1021
        function toggle_onsite_checkout(){
1022
            if ( $("#onsite_checkout").prop('checked') ) {
1022
            if ( $("#onsite_checkout").prop('checked') ) {
1023
                $("#duedatespec").val("[% todaysdate | $KohaDates with_hours => 1 | html %]")
1023
                $("#duedatespec").val("[% todaysdate | $KohaDates  with_hours => 1 %]")
1024
                [% IF !Koha.Preference('SpecifyDueDate') %]
1024
                [% IF !Koha.Preference('SpecifyDueDate') %]
1025
                    $("#duedatespec").datetimepicker('destroy');
1025
                    $("#duedatespec").datetimepicker('destroy');
1026
                [% END %]
1026
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +2 lines)
Lines 449-455 Link Here
449
                                </li>
449
                                </li>
450
                                <li class="updated">
450
                                <li class="updated">
451
                                    <label class="updated">Last updated:</label>
451
                                    <label class="updated">Last updated:</label>
452
                                    [% request.updated | $KohaDates with_hours => 1 | html %]
452
                                    [% request.updated | $KohaDates  with_hours => 1 %]
453
                                </li>
453
                                </li>
454
                                <li class="medium">
454
                                <li class="medium">
455
                                    <label class="medium">Request type:</label>
455
                                    <label class="medium">Request type:</label>
Lines 559-565 Link Here
559
                                    </li>
559
                                    </li>
560
                                    <li class="updated">
560
                                    <li class="updated">
561
                                        <span class="label updated">Last updated:</span>
561
                                        <span class="label updated">Last updated:</span>
562
                                        [% request.updated | $KohaDates with_hours => 1 | html %]
562
                                        [% request.updated | $KohaDates  with_hours => 1 %]
563
                                    </li>
563
                                    </li>
564
                                    <li class="medium">
564
                                    <li class="medium">
565
                                        <span class="label medium">Request type:</span>
565
                                        <span class="label medium">Request type:</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-2 / +2 lines)
Lines 108-120 Link Here
108
                                [% IF offset_accountline %]
108
                                [% IF offset_accountline %]
109
                                    <tr>
109
                                    <tr>
110
                                        <td>[% offset_accountline.date | $KohaDates %]</td>
110
                                        <td>[% offset_accountline.date | $KohaDates %]</td>
111
                                        <td>[% offset_accountline.timestamp | $KohaDates with_hours => 1 | html %]</td>
111
                                        <td>[% offset_accountline.timestamp | $KohaDates  with_hours => 1 %]</td>
112
                                        <td>[% offset_accountline.amount | $Price %]</td>
112
                                        <td>[% offset_accountline.amount | $Price %]</td>
113
                                        <td>[% offset_accountline.amountoutstanding | $Price %]</td>
113
                                        <td>[% offset_accountline.amountoutstanding | $Price %]</td>
114
                                        <td>[% PROCESS account_type_description account=offset_accountline %]</td>
114
                                        <td>[% PROCESS account_type_description account=offset_accountline %]</td>
115
                                        <td>[% offset_accountline.note | html %]</td>
115
                                        <td>[% offset_accountline.note | html %]</td>
116
                                        <td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id | uri %]">[% offset_accountline.manager_id | html %]</a>[% END %]</td>
116
                                        <td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id | uri %]">[% offset_accountline.manager_id | html %]</a>[% END %]</td>
117
                                        <td>[% ao.created_on | $KohaDates with_hours => 1 | html %]</td>
117
                                        <td>[% ao.created_on | $KohaDates  with_hours => 1 %]</td>
118
                                        <td>[% ao.amount | $Price %]</td>
118
                                        <td>[% ao.amount | $Price %]</td>
119
                                        <td>[% PROCESS offset_type_description account_offset=ao %]</td>
119
                                        <td>[% PROCESS offset_type_description account_offset=ao %]</td>
120
                                        <td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a></td>
120
                                        <td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 56-62 Link Here
56
                        <td>[% issue.author | html %]</td>
56
                        <td>[% issue.author | html %]</td>
57
                        <td>[% issue.itemcallnumber | html %]</td>
57
                        <td>[% issue.itemcallnumber | html %]</td>
58
                        <td>[% issue.itemtype_description | html %]</td>
58
                        <td>[% issue.itemtype_description | html %]</td>
59
                        <td>[% issue.date_due | $KohaDates as_due_date => 1 | html %]</td>
59
                        <td>[% issue.date_due | $KohaDates  as_due_date => 1 %]</td>
60
                        <td>[% issue.barcode | html %]</td>
60
                        <td>[% issue.barcode | html %]</td>
61
                        <td>[% issue.charge | html %]</td>
61
                        <td>[% issue.charge | html %]</td>
62
                        <td>[% issue.replacementprice | html %]</td>
62
                        <td>[% issue.replacementprice | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 73-79 Link Here
73
            </div>
73
            </div>
74
            [% END %]
74
            [% END %]
75
        </td>
75
        </td>
76
        <td><span title="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 | html %]</span></td>
76
        <td><span title="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates  with_hours => 1 %]</span></td>
77
	    </tr>
77
	    </tr>
78
	    [% END %]
78
	    [% END %]
79
	</tbody>
79
	</tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-4 / +4 lines)
Lines 70-76 Link Here
70
            [% issuetype | html %]
70
            [% issuetype | html %]
71
          </td>
71
          </td>
72
          <td>
72
          <td>
73
            <span title="[% issue.issuestimestamp | html %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 | html %]</span>
73
            <span title="[% issue.issuestimestamp | html %]">[% issue.issuestimestamp | $KohaDates  with_hours => 1 %]</span>
74
          </td>
74
          </td>
75
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber | uri %]">[% issue.title | html %]</a></td>
75
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber | uri %]">[% issue.title | html %]</a></td>
76
76
Lines 87-105 Link Here
87
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&amp;biblionumber=[% issue.biblionumber | uri %]&amp;bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td>
87
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&amp;biblionumber=[% issue.biblionumber | uri %]&amp;bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td>
88
          <td>[% issue.renewals | html %]</td>
88
          <td>[% issue.renewals | html %]</td>
89
          <td>
89
          <td>
90
            <span title="[% issue.issuedate | html %]">[% issue.issuedate |$KohaDates with_hours => 1 | html %]</span>
90
            <span title="[% issue.issuedate | html %]">[% issue.issuedate |$KohaDates  with_hours => 1 %]</span>
91
          </td>
91
          </td>
92
          <td>[% Branches.GetName( issue.branchcode ) | html %]</td>
92
          <td>[% Branches.GetName( issue.branchcode ) | html %]</td>
93
          <td>
93
          <td>
94
            [% IF issue.date_due %]
94
            [% IF issue.date_due %]
95
                <span title="[% issue.date_due | html %]">[% issue.date_due |$KohaDates with_hours => 1 | html %]</span>
95
                <span title="[% issue.date_due | html %]">[% issue.date_due |$KohaDates  with_hours => 1 %]</span>
96
            [% ELSE %]
96
            [% ELSE %]
97
                <span title="0000-00-00"></span>
97
                <span title="0000-00-00"></span>
98
            [% END %]
98
            [% END %]
99
          </td>
99
          </td>
100
          <td>
100
          <td>
101
            [% IF  issue.returndate %]
101
            [% IF  issue.returndate %]
102
              <span title="[% issue.returndate | html %]">[% issue.returndate |$KohaDates with_hours => 1 | html %]</span>
102
              <span title="[% issue.returndate | html %]">[% issue.returndate |$KohaDates  with_hours => 1 %]</span>
103
            [% ELSE %]
103
            [% ELSE %]
104
              <span title="Checked out"><small>Checked out</small></span>
104
              <span title="Checked out"><small>Checked out</small></span>
105
            [% END %]
105
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +2 lines)
Lines 223-230 canned reports and writing custom SQL reports.</p> Link Here
223
                        <td>[% savedreport.notes | html %]</td>
223
                        <td>[% savedreport.notes | html %]</td>
224
                        <td>[% savedreport.borrowersurname | html %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname | html %][% END %] ([% savedreport.borrowernumber | html %])</td>
224
                        <td>[% savedreport.borrowersurname | html %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname | html %][% END %] ([% savedreport.borrowernumber | html %])</td>
225
                        <td><span title="[% savedreport.date_created | html %]">[% savedreport.date_created | $KohaDates %]</span></td>
225
                        <td><span title="[% savedreport.date_created | html %]">[% savedreport.date_created | $KohaDates %]</span></td>
226
                        <td><span title="[% savedreport.last_modified | html %]">[% savedreport.last_modified | $KohaDates with_hours => 1 | html %]</span></td>
226
                        <td><span title="[% savedreport.last_modified | html %]">[% savedreport.last_modified | $KohaDates  with_hours => 1 %]</span></td>
227
                        <td><span title="[% savedreport.last_run | html %]">[% savedreport.last_run | $KohaDates with_hours => 1 | html %]</span></td>
227
                        <td><span title="[% savedreport.last_run | html %]">[% savedreport.last_run | $KohaDates  with_hours => 1 %]</span></td>
228
                        <td class="report_public">
228
                        <td class="report_public">
229
                        [% IF (savedreport.public) %]
229
                        [% IF (savedreport.public) %]
230
                            Yes
230
                            Yes
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 383-389 Link Here
383
                [% END %]
383
                [% END %]
384
                    <td>
384
                    <td>
385
                [% IF ( itemloo.onloan ) %]
385
                [% IF ( itemloo.onloan ) %]
386
                    <span title="[% itemloo.date_due | html %]" class="checkedout">Due [% itemloo.date_due | $KohaDates as_due_date => 1 | html %]</span>
386
                    <span title="[% itemloo.date_due | html %]" class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
387
                [% ELSE %]
387
                [% ELSE %]
388
                    <span title="0000-00-00">
388
                    <span title="0000-00-00">
389
                        [% IF ( itemloo.transfertwhen ) %]
389
                        [% IF ( itemloo.transfertwhen ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-1 / +1 lines)
Lines 76-82 Link Here
76
                                    <td>[% cr.item.itemcallnumber | html %]</td>
76
                                    <td>[% cr.item.itemcallnumber | html %]</td>
77
                                    <td>[% cr.item.copynumber | html %]</td>
77
                                    <td>[% cr.item.copynumber | html %]</td>
78
                                    <td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td>
78
                                    <td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td>
79
                                    <td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 | html %]</span></td>
79
                                    <td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates  as_due_date => 1 %]</span></td>
80
                                    <td>[% IF ( cr.public_note ) %]
80
                                    <td>[% IF ( cr.public_note ) %]
81
                                            [% cr.public_note | html %]
81
                                            [% cr.public_note | html %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1339-1345 Link Here
1339
                    [% IF ( itemdata_copynumber ) %]<td class="copynumber">[% ITEM_RESULT.copynumber | html %]</td>[% END %]
1339
                    [% IF ( itemdata_copynumber ) %]<td class="copynumber">[% ITEM_RESULT.copynumber | html %]</td>[% END %]
1340
                    <td class="status">[% INCLUDE 'item-status-schema-org.inc' item = ITEM_RESULT %][% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
1340
                    <td class="status">[% INCLUDE 'item-status-schema-org.inc' item = ITEM_RESULT %][% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
1341
                    [% IF ( itemdata_itemnotes ) %]<td class="notes" property="description">[% ITEM_RESULT.itemnotes | html %]</td>[% END %]
1341
                    [% IF ( itemdata_itemnotes ) %]<td class="notes" property="description">[% ITEM_RESULT.itemnotes | html %]</td>[% END %]
1342
                    <td class="date_due"><span title="[% ITEM_RESULT.datedue | html %]">[% ITEM_RESULT.datedue | $KohaDates as_due_date => 1 | html %]</span></td>
1342
                    <td class="date_due"><span title="[% ITEM_RESULT.datedue | html %]">[% ITEM_RESULT.datedue | $KohaDates  as_due_date => 1 %]</span></td>
1343
                        <td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td>
1343
                        <td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td>
1344
                    [% IF holds_count.defined || show_priority %]
1344
                    [% IF holds_count.defined || show_priority %]
1345
                        <td class="holds_count">
1345
                        <td class="holds_count">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 171-177 Link Here
171
                                [% UNLESS hidden.defined('dateexpiry') %]
171
                                [% UNLESS hidden.defined('dateexpiry') %]
172
                                <li>
172
                                <li>
173
                                    <label>Expiration date:</label>
173
                                    <label>Expiration date:</label>
174
                                    [% borrower.dateexpiry | $KohaDates | html %]
174
                                    [% borrower.dateexpiry | $KohaDates  %]
175
                                </li>
175
                                </li>
176
                                [% END %]
176
                                [% END %]
177
177
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-4 / +4 lines)
Lines 70-76 Link Here
70
                                                [% FOREACH s IN current_biblio_searches %]
70
                                                [% FOREACH s IN current_biblio_searches %]
71
                                                    <tr>
71
                                                    <tr>
72
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
72
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
73
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
73
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
74
                                                        <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
74
                                                        <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
75
                                                        <td>[% s.total | html %]</td>
75
                                                        <td>[% s.total | html %]</td>
76
                                                    </tr>
76
                                                    </tr>
Lines 110-116 Link Here
110
                                            [% FOREACH s IN previous_biblio_searches %]
110
                                            [% FOREACH s IN previous_biblio_searches %]
111
                                                <tr>
111
                                                <tr>
112
                                                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
112
                                                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
113
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
113
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
114
                                                    <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
114
                                                    <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
115
                                                    <td>[% s.total | html %]</td>
115
                                                    <td>[% s.total | html %]</td>
116
                                                </tr>
116
                                                </tr>
Lines 155-161 Link Here
155
                                                [% FOREACH s IN current_authority_searches %]
155
                                                [% FOREACH s IN current_authority_searches %]
156
                                                    <tr>
156
                                                    <tr>
157
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
157
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
158
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
158
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
159
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
159
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
160
                                                        <td>[% s.total | html %]</td>
160
                                                        <td>[% s.total | html %]</td>
161
                                                    </tr>
161
                                                    </tr>
Lines 192-198 Link Here
192
                                                [% FOREACH s IN previous_authority_searches %]
192
                                                [% FOREACH s IN previous_authority_searches %]
193
                                                    <tr>
193
                                                    <tr>
194
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
194
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
195
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
195
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
196
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
196
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
197
                                                        <td>[% s.total | html %]</td>
197
                                                        <td>[% s.total | html %]</td>
198
                                                    </tr>
198
                                                    </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +3 lines)
Lines 258-271 Link Here
258
                                                    <td class="date_due overdue">
258
                                                    <td class="date_due overdue">
259
                                                        <span title="[% ISSUE.date_due | html %]">
259
                                                        <span title="[% ISSUE.date_due | html %]">
260
                                                            <span class="tdlabel">Date due:</span>
260
                                                            <span class="tdlabel">Date due:</span>
261
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 | html %]
261
                                                            [% ISSUE.date_due | $KohaDates  as_due_date => 1 %]
262
                                                        </span>
262
                                                        </span>
263
                                                    </td>
263
                                                    </td>
264
                                                [% ELSE %]
264
                                                [% ELSE %]
265
                                                    <td class="date_due">
265
                                                    <td class="date_due">
266
                                                        <span title="[% ISSUE.date_due | html %]">
266
                                                        <span title="[% ISSUE.date_due | html %]">
267
                                                            <span class="tdlabel">Date due:</span>
267
                                                            <span class="tdlabel">Date due:</span>
268
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 | html %]
268
                                                            [% ISSUE.date_due | $KohaDates  as_due_date => 1 %]
269
                                                        </span>
269
                                                        </span>
270
                                                    </td>
270
                                                    </td>
271
                                                [% END %]
271
                                                [% END %]
Lines 553-559 Link Here
553
                                                <td>
553
                                                <td>
554
                                                    <span title="[% OVERDUE.date_due | html %]">
554
                                                    <span title="[% OVERDUE.date_due | html %]">
555
                                                        <span class="tdlabel">Date due:</span>
555
                                                        <span class="tdlabel">Date due:</span>
556
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 | html %]
556
                                                        [% OVERDUE.date_due | $KohaDates  as_due_date => 1 %]
557
                                                    </span>
557
                                                    </span>
558
                                                </td>
558
                                                </td>
559
                                                [% IF ( OpacRenewalAllowed ) %]
559
                                                [% IF ( OpacRenewalAllowed ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-3 / +2 lines)
Lines 248-256 Link Here
248
                                                </td>
248
                                                </td>
249
                                                <td>[% ISSUE.itemcallnumber | html %]</td>
249
                                                <td>[% ISSUE.itemcallnumber | html %]</td>
250
                                                [% IF ( ISSUE.overdue ) %]
250
                                                [% IF ( ISSUE.overdue ) %]
251
                                                    <td class="overdue"><span title="[% ISSUE.date_due | html %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 | html %]</span></td>
251
                                                    <td class="overdue"><span title="[% ISSUE.date_due | html %]">[% ISSUE.date_due | $KohaDates  as_due_date => 1 %]</span></td>
252
                                                [% ELSE   %]
252
                                                [% ELSE   %]
253
                                                    <td><span title="[% ISSUE.date_due | html %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 | html %]</span></td>
253
                                                    <td><span title="[% ISSUE.date_due | html %]">[% ISSUE.date_due | $KohaDates  as_due_date => 1 %]</span></td>
254
                                                [% END %]
254
                                                [% END %]
255
                                                <td>
255
                                                <td>
256
                                                    <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
256
                                                    <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
257
- 

Return to bug 22007