Adjust display of next-status labels in the copy alert popup
authorMike Rylander <mrylander@gmail.com>
Thu, 11 Feb 2016 14:43:07 +0000 (09:43 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 3 Nov 2017 20:03:02 +0000 (16:03 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2

index 0fa8b37..9f15cc9 100644 (file)
     </div>
     <div ng-if="mode == 'checkin' && next_statuses.length > 0">
         <div ng-if="next_statuses.length == 1" class="row">
-            [% l('Will set copy status to [_1]', '{{next_statuses[0].name()}}') %]
+            <div class="col-md-8">
+                <b>[% l('Next copy status: ') %]</b> {{next_statuses[0].name()}}
+            </div>
         </div>
         <div ng-if="next_statuses.length > 1" class="row">
           <div class="col-md-4">
-            <label for="select-next-status">[% l('Next copy status') %]</label>
+            <label for="select-next-status"><b>[% l('Next copy status') %]<b></label>
           </div>
           <div class="col-md-4">
             <select id="select-next-status" class="form-control"