Search ext: Fix search action button
authorColeman Watts <coleman@civicrm.org>
Thu, 26 Nov 2020 02:47:30 +0000 (21:47 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 26 Nov 2020 02:47:30 +0000 (21:47 -0500)
ext/search/ang/crmSearchActions/crmSearchActions.html

index 41696415e0d6438eace4c4bb5f2caa297bc45d4a..8dff53e4f7a88b3d013b8d3b4d28c44e5e950d15 100644 (file)
@@ -1,5 +1,6 @@
 <div class="btn-group" title="{{:: ts('Perform action on selected items.') }}">
-  <button type="button" ng-disabled="!$ctrl.ids.length" class="btn form-control dropdown-toggle btn-default" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+  <button type="button" ng-disabled="!$ctrl.ids.length" class="btn dropdown-toggle btn-default" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+    <i class="crm-i fa-pencil"></i>
     {{:: ts('Action') }} <span class="caret"></span>
   </button>
   <ul class="dropdown-menu" ng-if=":: $ctrl.actions">