9569: Fix image cropper buttons (#9777)

This commit is contained in:
patrickdemooij9
2021-02-21 11:52:49 +01:00
committed by GitHub
parent f4e1b46968
commit 43a77dc1e4

View File

@@ -28,9 +28,9 @@
</div>
<div class="button-drawer" ng-if="currentCrop">
<button class="btn btn-link" ng-click="reset()"><localize key="imagecropper_reset">Reset this crop</localize></button>
<button class="btn" ng-click="close()"><localize key="imagecropper_undoEditCrop">Undo edits</localize></button>
<button class="btn btn-success" ng-click="done()"><localize key="imagecropper_updateEditCrop">Done</localize></button>
<button type="button" class="btn btn-link" ng-click="reset()"><localize key="imagecropper_reset">Reset this crop</localize></button>
<button type="button" class="btn" ng-click="close()"><localize key="imagecropper_undoEditCrop">Undo edits</localize></button>
<button type="button" class="btn btn-success" ng-click="done()"><localize key="imagecropper_updateEditCrop">Done</localize></button>
</div>
</div>