Skip to content

Commit

Permalink
Merge pull request #12338 from seamuslee001/bootstrap_mailing_2
Browse files Browse the repository at this point in the history
Ensure classes are the same across all workflow templates
  • Loading branch information
seamuslee001 authored Jun 19, 2018
2 parents b3bfdd8 + 61cf3b4 commit 751262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/crmMailing/EditMailingCtrl/workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
ng-disabled="block.check()"
crm-confirm="{title:ts('Delete Draft'), message:ts('Are you sure you want to permanently delete this mailing?')}"
on-yes="delete()">{{ts('Delete Draft')}}</button>
<button crm-icon="fa-floppy-o" ng-disabled="block.check()" ng-click="save().then(leave)" class="crmMailing-btn-secondary">{{ts('Save Draft')}}</button>
<button crm-icon="fa-floppy-o" ng-disabled="block.check()" ng-click="save().then(leave)" class="crmMailing-btn-secondary-outline">{{ts('Save Draft')}}</button>
</span>
</div>
</div>
Expand Down

0 comments on commit 751262d

Please sign in to comment.