Update to use Bootstrap 3 instead of Bootstrap 4. Fixes #3562

This commit is contained in:
Aditya Toshniwal
2018-10-10 12:43:26 +01:00
committed by Dave Page
parent bdf90e67a7
commit 0565f8dd78
82 changed files with 2559 additions and 2486 deletions

View File

@@ -29,8 +29,8 @@ export class BackupDialogWrapper extends DialogWrapper {
setup() {
return {
buttons: [{
text: '',
className: 'btn btn-default pull-left fa fa-lg fa-info',
text: '<span class="fa fa-lg fa-info"></span>',
className: 'btn btn-default pull-left',
attrs: {
name: 'object_help',
type: 'button',
@@ -38,9 +38,9 @@ export class BackupDialogWrapper extends DialogWrapper {
label: gettext('Backup'),
},
}, {
text: '',
text: '<span class="fa fa-lg fa-question"></span>',
key: 112,
className: 'btn btn-default pull-left fa fa-lg fa-question',
className: 'btn btn-default pull-left',
attrs: {
name: 'dialog_help',
type: 'button',