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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc (-2 / +2 lines)
Lines 1-7 Link Here
1
<!-- ill-list-table-strings.inc -->
1
<!-- ill-list-table-strings.inc -->
2
<script>
2
<script>
3
    var ill_borrower_details = _("View borrower details");
3
    var ill_borrower_details = _("View patron details");
4
    var ill_biblio_details = _("View biblio details");
4
    var ill_biblio_details = _("View bibliographic record");
5
    var ill_statuses = {
5
    var ill_statuses = {
6
        new: _("New request"),
6
        new: _("New request"),
7
        req: _("Requested"),
7
        req: _("Requested"),
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc (-3 / +3 lines)
Lines 14-24 Link Here
14
                <th scope="col">Volume</th>
14
                <th scope="col">Volume</th>
15
                <th scope="col">Year</th>
15
                <th scope="col">Year</th>
16
                <th scope="col">Pages</th>
16
                <th scope="col">Pages</th>
17
                <th scope="col">Type</th>
17
                <th scope="col">Request type</th>
18
                <th scope="col">Order ID</th>
18
                <th scope="col">Order ID</th>
19
                <th scope="col">Patron</th>
19
                <th scope="col">Patron</th>
20
                <th scope="col">Bibliographic record</th>
20
                <th scope="col">Bibliographic record ID</th>
21
                <th scope="col">Branch</th>
21
                <th scope="col">Library</th>
22
                <th scope="col">Status</th>
22
                <th scope="col">Status</th>
23
                <th scope="col" class="placed">&nbsp;</th>
23
                <th scope="col" class="placed">&nbsp;</th>
24
                <th scope="col" class="placed_formatted">Placed on</th>
24
                <th scope="col" class="placed_formatted">Placed on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-3 / +2 lines)
Lines 450-456 Link Here
450
                                    <input name="price_paid" id="price_paid" type="text" value="[% request.price_paid | html %]">
450
                                    <input name="price_paid" id="price_paid" type="text" value="[% request.price_paid | html %]">
451
                                </li>
451
                                </li>
452
                                <li class="req_id">
452
                                <li class="req_id">
453
                                    <label class="req_id">Request number:</label>
453
                                    <label class="req_id">Request ID:</label>
454
                                    [% request.id_prefix _ request.illrequest_id | html %]
454
                                    [% request.id_prefix _ request.illrequest_id | html %]
455
                                </li>
455
                                </li>
456
                                <li class="notesstaff">
456
                                <li class="notesstaff">
Lines 665-671 Link Here
665
                                        [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]<span>N/A</span>[% END %]
665
                                        [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]<span>N/A</span>[% END %]
666
                                    </li>
666
                                    </li>
667
                                    <li class="req_id">
667
                                    <li class="req_id">
668
                                        <span class="label req_id">Request number:</span>
668
                                        <span class="label req_id">Request ID:</span>
669
                                        [% request.id_prefix _ request.illrequest_id | html %]
669
                                        [% request.id_prefix _ request.illrequest_id | html %]
670
                                    </li>
670
                                    </li>
671
                                    <li class="notesstaff">
671
                                    <li class="notesstaff">
672
- 

Return to bug 32525