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 184-190 Link Here
184
                func: createStatus
184
                func: createStatus
185
            },
185
            },
186
            biblio_id: {
186
            biblio_id: {
187
                name: _("Biblio ID")
187
                name: _("Bibliograpic Record ID")
188
            },
188
            },
189
            library: {
189
            library: {
190
                name: _("Library"),
190
                name: _("Library"),
Lines 415-421 Link Here
415
                                    <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber %]">
415
                                    <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber %]">
416
                                </li>
416
                                </li>
417
                                <li class="biblio_id">
417
                                <li class="biblio_id">
418
                                    <label for="biblio_id" class="biblio_id">Biblio ID:</label>
418
                                    <label for="biblio_id" class="biblio_id">Bibliographic Record ID:</label>
419
                                    <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id %]">
419
                                    <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id %]">
420
                                </li>
420
                                </li>
421
                                <li class="branchcode">
421
                                <li class="branchcode">
Lines 516-522 Link Here
516
                                </div>
516
                                </div>
517
517
518
                                <div class="biblio_id">
518
                                <div class="biblio_id">
519
                                    <span class="label biblio_id">Biblio ID:</span>
519
                                    <span class="label biblio_id">Bibliographic Record ID:</span>
520
                                    [% request.biblio_id || "N/A" %]
520
                                    [% request.biblio_id || "N/A" %]
521
                                </div>
521
                                </div>
522
                                <div class="branchcode">
522
                                <div class="branchcode">
Lines 588-594 Link Here
588
                                    <th>Author</th>
588
                                    <th>Author</th>
589
                                    <th>Title</th>
589
                                    <th>Title</th>
590
                                    <th>Patron</th>
590
                                    <th>Patron</th>
591
                                    <th>Biblio ID</th>
591
                                    <th>Bibliographic Record ID</th>
592
                                    <th>Library</th>
592
                                    <th>Library</th>
593
                                    <th>Status</th>
593
                                    <th>Status</th>
594
                                    <th>Updated on</th>
594
                                    <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