V8: A few UX updates to the listview move dialog (#6902)

* Add some context to the move operation from listviews

* Disable submit button in the listview move dialog until a target is chosen

* Fix bad merge
This commit is contained in:
Kenn Jacobsen
2020-01-16 14:47:25 +01:00
committed by Poornima Nayar
parent 1b3f809cec
commit 6ca0a8ba66
4 changed files with 2408 additions and 2401 deletions

View File

@@ -13,6 +13,9 @@
<umb-editor-container>
<umb-box>
<umb-box-content>
<p class="abstract" ng-hide="success">
<localize key="actions_infiniteEditorChooseWhereToMove">Choose where to move the selected item(s)</localize>
</p>
<div ng-hide="miniListView">
<div class="umb-control-group">
@@ -75,7 +78,8 @@
button-style="success"
label-key="general_submit"
state="vm.saveButtonState"
action="vm.submit(model)">
action="vm.submit(model)"
disabled="!model.target">
</umb-button>
</umb-editor-footer-content-right>
</umb-editor-footer>