select multiple records button style
This commit is contained in:
@@ -52,7 +52,7 @@ Espo.define('views/modals/select-category-tree-records', 'views/modals/select-re
|
||||
if (this.multiple) {
|
||||
this.buttonList.unshift({
|
||||
name: 'select',
|
||||
style: 'primary',
|
||||
style: 'danger',
|
||||
label: 'Select',
|
||||
onClick: function (dialog) {
|
||||
var listView = this.getView('list');
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
Espo.define('views/modals/select-records', ['views/modal', 'search-manager'], function (Dep, SearchManager) {
|
||||
define('views/modals/select-records', ['views/modal', 'search-manager'], function (Dep, SearchManager) {
|
||||
|
||||
return Dep.extend({
|
||||
|
||||
@@ -89,7 +89,7 @@ Espo.define('views/modals/select-records', ['views/modal', 'search-manager'], fu
|
||||
if (this.multiple) {
|
||||
this.buttonList.unshift({
|
||||
name: 'select',
|
||||
style: 'primary',
|
||||
style: 'danger',
|
||||
label: 'Select',
|
||||
disabled: true,
|
||||
onClick: function (dialog) {
|
||||
|
||||
Reference in New Issue
Block a user