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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-4 / +4 lines)
Lines 186-192 Link Here
186
                func: createStatus
186
                func: createStatus
187
            },
187
            },
188
            biblio_id: {
188
            biblio_id: {
189
                name: _("Biblio ID")
189
                name: _("Bibliograpic Record ID")
190
            },
190
            },
191
            library: {
191
            library: {
192
                name: _("Library"),
192
                name: _("Library"),
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">Biblio 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 522-528 Link Here
522
                                </div>
522
                                </div>
523
523
524
                                <div class="biblio_id">
524
                                <div class="biblio_id">
525
                                    <span class="label biblio_id">Biblio ID:</span>
525
                                    <span class="label biblio_id">Bibliographic record ID:</span>
526
                                    [% request.biblio_id || "N/A" | html %]
526
                                    [% request.biblio_id || "N/A" | html %]
527
                                </div>
527
                                </div>
528
                                <div class="branchcode">
528
                                <div 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>Biblio 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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-2 / +1 lines)
Lines 57-63 Link Here
57
                        <input type="hidden" name="step" value="3" />
57
                        <input type="hidden" name="step" value="3" />
58
                        <input type="hidden" name="op" value="selectframeworks" />
58
                        <input type="hidden" name="op" value="selectframeworks" />
59
59
60
                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
60
                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic record information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
61
61
62
                        [% FOREACH flavourloo IN flavourloop %]
62
                        [% FOREACH flavourloo IN flavourloop %]
63
                            [% IF ( flavourloo.label == "Unimarc") %]
63
                            [% IF ( flavourloo.label == "Unimarc") %]
64
- 

Return to bug 19833