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/wp-inline-create/wp-inline-create.directive....

20 lines
665 B

<tr ng-if="!$ctrl.isHidden" class="wp-inline-create-button-row">
<td colspan="{{ $ctrl.colspan }}">
<div
class="wp-inline-create-button"
ng-show="$ctrl.isAllowed">
<a class="wp-inline-create--add-link"
href="javascript:"
role="link"
focus="$ctrl.focus"
focus-priority="true"
ng-click="$ctrl.addWorkPackageRow()"
ng-disabled="!$ctrl.isAllowed"
aria-label="{{ ::$ctrl.text.create }}"
data-click-on-keypress="[13, 32]"
aria-haspopup="true">
<i class="icon icon-add"></i>
</a>
</div>
</td>
</tr>