Merge pull request #2658 from kensible/2657-inventory-radiobuttons

Changes inventory copy/move list buttons from checkboxes to radio buttons
This commit is contained in:
kensible 2016-06-28 09:08:42 -04:00 committed by GitHub
commit b3eb0937ee
2 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,8 @@
view.inject(list, {
mode: 'lookup',
id: 'copyMove-list',
scope: $scope
scope: $scope,
input_type: 'radio'
});
SearchInit({
scope: $scope,

View File

@ -45,7 +45,8 @@
view.inject(list, {
mode: 'lookup',
id: 'copyMove-list',
scope: $scope
scope: $scope,
input_type: 'radio'
});
SearchInit({
scope: $scope,