LP#1746536: Remove input-group-addon class from Add Call Number button
authorKathy Lussier <klussier@masslnc.org>
Wed, 26 Sep 2018 18:45:26 +0000 (14:45 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 23 Oct 2018 17:49:11 +0000 (13:49 -0400)
The button no longer looks like a button with this class in place.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2

index d8994e7..7d32580 100644 (file)
@@ -79,7 +79,7 @@
                 <eg-org-selector alldisabled="{{record_id == 0}}" selected="new_lib_to_add" onchange="changeNewLib" disable-test="cant_have_vols"></eg-org-selector>
             </div>
             <div class="col-xs-2">
-                <button class="btn btn-default input-group-addon" ng-disabled="record_id == 0" ng-click="addLibToStruct()" type="button">[% l('Add call number') %]</button>
+                <button class="btn btn-default" ng-disabled="record_id == 0" ng-click="addLibToStruct()" type="button">[% l('Add call number') %]</button>
             </div>
         </div>
     </div>