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-table/timeline/controls/wp-timeline.dummy-controls....

14 lines
580 B

<div class="wp-timeline--dummy-controls hide-when-print" ng-if="$ctrl.wpTimeline.visible">
8 years ago
<div class="timeline-controls--zoom-buttons">
<button class="button -transparent"
ng-disabled="$ctrl.currentZoom == $ctrl.maxZoomLevel"
ng-click="$ctrl.updateZoom(1)">
8 years ago
<i class="button--icon icon-zoom-out"></i>
</button>
<button class="button -transparent"
ng-disabled="$ctrl.currentZoom == $ctrl.minZoomLevel"
ng-click="$ctrl.updateZoom(-1)">
8 years ago
<i class="button--icon icon-zoom-in"></i>
</button>
</div>
</div