JBAS-2148 Bib merge clearly indicate lead record
authorBill Erickson <berickxx@gmail.com>
Mon, 8 Jul 2019 19:14:07 +0000 (15:14 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 8 Jul 2019 19:14:07 +0000 (15:14 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2

index cdfed19..b68b945 100644 (file)
@@ -41,6 +41,9 @@
                 ng-click="edit_lead_inplace()">[% l('Edit') %]</button>
               <button class="btn btn-default btn-sm" ng-class="{disabled : editing_inplace}" 
                 ng-click="edit_lead()">[% l('Edit using full editor') %]</button>
+              <span class="label label-info pad-all-min">
+                [% l('Lead Record [_1]', '{{lead_id}}') %]
+              </span>
               <eg-marc-edit-record dirty-flag="dirty_flag" marc-xml="lead.marc_xml"
                  in-place-mode="true" record-type="bre" embedded="true" 
                  ng-show="editing_inplace" on-save="post_edit_inplace">