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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-3 / +2 lines)
Lines 417-423 Link Here
417
                                    <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]">
417
                                    <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]">
418
                                </li>
418
                                </li>
419
                                <li class="biblio_id">
419
                                <li class="biblio_id">
420
                                    <label for="biblio_id" class="biblio_id">Bibliographic Record ID:</label>
420
                                    <label for="biblio_id" class="biblio_id">Bibliographic record ID:</label>
421
                                    <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]">
421
                                    <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]">
422
                                </li>
422
                                </li>
423
                                <li class="branchcode">
423
                                <li class="branchcode">
Lines 606-612 Link Here
606
                                    <th>Author</th>
606
                                    <th>Author</th>
607
                                    <th>Title</th>
607
                                    <th>Title</th>
608
                                    <th>Patron</th>
608
                                    <th>Patron</th>
609
                                    <th>Bibliographic Record ID</th>
609
                                    <th>Bibliographic record ID</th>
610
                                    <th>Library</th>
610
                                    <th>Library</th>
611
                                    <th>Status</th>
611
                                    <th>Status</th>
612
                                    <th>Updated on</th>
612
                                    <th>Updated on</th>
613
- 

Return to bug 19833