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>

View File

@@ -35,6 +35,7 @@
<key alias="SetPermissionsForThePage">Sæt rettigheder for siden %0%</key>
<key alias="chooseWhereToCopy">Vælg hvor du vil kopiere</key>
<key alias="chooseWhereToMove">Vælg hvortil du vil flytte</key>
<key alias="infiniteEditorChooseWhereToMove">Vælg hvor du vil flytte de valgte elementer hen</key>
<key alias="toInTheTreeStructureBelow">til i træstrukturen nedenfor</key>
<key alias="infiniteEditorChooseWhereToCopy">Vælg hvor du vil kopiere de valgte elementer til</key>
<key alias="wasMovedTo">blev flyttet til</key>

View File

@@ -37,6 +37,7 @@
<key alias="chooseWhereToMove">Choose where to move</key>
<key alias="toInTheTreeStructureBelow">to in the tree structure below</key>
<key alias="infiniteEditorChooseWhereToCopy">Choose where to copy the selected item(s)</key>
<key alias="infiniteEditorChooseWhereToMove">Choose where to move the selected item(s)</key>
<key alias="wasMovedTo">was moved to</key>
<key alias="wasCopiedTo">was copied to</key>
<key alias="wasDeleted">was deleted</key>

File diff suppressed because it is too large Load Diff