mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-09 04:37:33 +08:00
Use icons for save and cancel buttons
This commit is contained in:
parent
0050bbc93c
commit
166237d0c1
@ -42,10 +42,16 @@ Ext.define('Traccar.view.AttributeAliasDialog', {
|
||||
},
|
||||
|
||||
buttons: [{
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -32,8 +32,10 @@ Ext.define('Traccar.view.AttributeAliases', {
|
||||
tbar: {
|
||||
xtype: 'editToolbar',
|
||||
items: ['-', {
|
||||
xtype: 'tbtext',
|
||||
html: Strings.sharedDevice
|
||||
}, {
|
||||
xtype: 'combobox',
|
||||
fieldLabel: Strings.sharedDevice,
|
||||
reference: 'deviceField',
|
||||
store: 'Devices',
|
||||
displayField: 'name',
|
||||
|
@ -39,10 +39,16 @@ Ext.define('Traccar.view.AttributeDialog', {
|
||||
},
|
||||
|
||||
buttons: [{
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -24,10 +24,16 @@ Ext.define('Traccar.view.BaseEditDialog', {
|
||||
}, {
|
||||
xtype: 'tbfill'
|
||||
}, {
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -44,12 +44,16 @@ Ext.define('Traccar.view.DeviceDistanceDialog', {
|
||||
}],
|
||||
|
||||
buttons: [{
|
||||
text: Strings.sharedSet,
|
||||
disabled: true,
|
||||
reference: 'setButton',
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSet,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSetClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -50,10 +50,16 @@ Ext.define('Traccar.view.GeofenceDialog', {
|
||||
}, {
|
||||
xtype: 'tbfill'
|
||||
}, {
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -40,11 +40,17 @@ Ext.define('Traccar.view.GeofenceMap', {
|
||||
}, {
|
||||
xtype: 'tbfill'
|
||||
}, {
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
handler: 'onCancelClick'
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
},
|
||||
|
||||
|
@ -90,10 +90,16 @@ Ext.define('Traccar.view.ReportConfigDialog', {
|
||||
}],
|
||||
|
||||
buttons: [{
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -119,10 +119,16 @@ Ext.define('Traccar.view.ServerDialog', {
|
||||
}, {
|
||||
xtype: 'tbfill'
|
||||
}, {
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
@ -125,10 +125,16 @@ Ext.define('Traccar.view.UserDialog', {
|
||||
}, {
|
||||
xtype: 'tbfill'
|
||||
}, {
|
||||
text: Strings.sharedSave,
|
||||
glyph: 'xf00c@FontAwesome',
|
||||
tooltip: Strings.sharedSave,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'onSaveClick'
|
||||
}, {
|
||||
text: Strings.sharedCancel,
|
||||
glyph: 'xf00d@FontAwesome',
|
||||
tooltip: Strings.sharedCancel,
|
||||
tooltipType: 'title',
|
||||
minWidth: 0,
|
||||
handler: 'closeView'
|
||||
}]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user