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> |