OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/inplace-edit/directives/edit-actions-bar/edit-actions-bar.directive....

10 lines
513 B

<div class="work-packages--edit-actions" ng-show="efs.editAll.state && efs.editAll.allowed">
<button class="button -alt-highlight" accesskey="3" ng-click="efs.save()">
<i class="button--icon icon-yes"></i>
<span class="button--text" ng-bind="::I18n.t('js.button_save')"></span>
</button>
<button class="button" accesskey="7" ng-click="efs.editAll.cancel()">
<i class="button--icon icon-close"></i>
<span class="button--text" ng-bind="::I18n.t('js.button_cancel')"></span>
</button>
</div>