aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-07-09 16:16:42 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2016-07-09 16:16:42 +1200
commit9263b8ccabfbb54d4f08133c424c261002698bbd (patch)
tree38eb2ff7b34cecfa7a385b13ec6b569eda9742e7
parentaef068a7eef31b7144077ab4d5d5842f80003166 (diff)
downloadtrackermap-server-9263b8ccabfbb54d4f08133c424c261002698bbd.tar.gz
trackermap-server-9263b8ccabfbb54d4f08133c424c261002698bbd.tar.bz2
trackermap-server-9263b8ccabfbb54d4f08133c424c261002698bbd.zip
Move button to bottom bar
-rw-r--r--web/app/view/UserDialog.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index b51997262..378cc0681 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -89,9 +89,18 @@ Ext.define('Traccar.view.UserDialog', {
fieldLabel: Strings.settingsTwelveHourFormat,
allowBlank: false
}]
- }, {
- xtype: 'button',
+ }],
+
+ buttons: [{
text : Strings.sharedAttributes,
handler: 'showAttributesView'
+ }, {
+ xtype: 'tbfill'
+ }, {
+ text: Strings.sharedSave,
+ handler: 'onSaveClick'
+ }, {
+ text: Strings.sharedCancel,
+ handler: 'closeView'
}]
});