LP#1898114: (follow-up) adjust the style of the org selector
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 20:03:50 +0000 (16:03 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 20:03:50 +0000 (16:03 -0400)
This patch makes the new hold pull list org selector match
the selector on the holds shelf page.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates/staff/circ/holds/t_pull.tt2
Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2

index de2988b..544d72a 100644 (file)
@@ -4,12 +4,12 @@
   </div>
 </div>
 
-<div class="pad-vert"></div>
-
 <div ng-if="!detail_hold_id">
 [% INCLUDE 'staff/circ/holds/t_pull_list.tt2' %]
 </div>
 
+<div class="pad-vert"></div>
+
 <!-- hold details -->
 <div ng-if="detail_hold_id">
   <div class="row">
index 0245a4e..3a56286 100644 (file)
@@ -1,13 +1,16 @@
 <div class="row">
-  <div class="col-md-4">
-    <div class="form-group">
-      <label>[% l('View pull list for: ') %]&nbsp; </label>
+  <div class="col-md-3">
+    <div class="input-group">
+      <span class="input-group-addon">[% l('View pull list for: ') %]</span>
       <eg-org-selector id="org_unit" selected="org_unit"
         onchange="update_org_unit" disable-test="cant_have_volumes">
       </eg-org-selector>
     </div>
   </div>
 </div>
+
+<div class="pad-vert"></div>
+
 <eg-grid
   id-field="id"
   idl-class="ahopl"