quick view remove color

This commit is contained in:
yuri
2018-04-12 15:38:58 +03:00
parent d44f2fd7cd
commit 7331f14e0a
2 changed files with 2 additions and 4 deletions
@@ -130,8 +130,7 @@ Espo.define('crm:views/calendar/modals/edit', 'views/modals/edit', function (Dep
if (this.id) {
this.buttonList.splice(1, 0, {
name: 'remove',
text: this.translate('Remove'),
style: 'danger'
text: this.translate('Remove')
});
}
},
+1 -2
View File
@@ -165,8 +165,7 @@ Espo.define('views/modals/detail', 'views/modal', function (Dep) {
addRemoveButton: function () {
this.addButton({
name: 'remove',
label: 'Remove',
style: 'danger'
label: 'Remove'
}, true);
},