Set the background colour for backform notes, and add an icon. Fixes #3948

This commit is contained in:
Murtuza Zabuawala
2019-02-18 16:59:39 +00:00
committed by Dave Page
parent 554455fa75
commit e2482d2294
3 changed files with 22 additions and 18 deletions

View File

@@ -93,7 +93,7 @@ define([
}, {
id: 'globals_note',
label: gettext('Note'),
text: gettext('Only objects global to the entire database will be backed up in PLAIN format'),
text: gettext('Only objects global to the entire database will be backed up, in PLAIN format'),
type: 'note',
}, {}],
validate: function() {
@@ -229,7 +229,7 @@ define([
type: 'note',
visible: function(m) {
return m.get('type') === 'server';
},
},Only objects global to the entire database will be backed up in PLAIN format
}, {
type: 'nested',
control: 'fieldset',