diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-02-27 22:16:50 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 22:16:50 +1300 |
commit | a540844ff9195716a188124960ee57bac6680ce0 (patch) | |
tree | 729c61be0b309cb8e0d0d12e8dbe65df535ad00a /web/app/view/UserDialog.js | |
parent | 66171b939e4d20ecae0014bb61862e1880e9c6c5 (diff) | |
parent | 274b412718b81deba404a1d10ae83d5d3c82238a (diff) | |
download | trackermap-web-a540844ff9195716a188124960ee57bac6680ce0.tar.gz trackermap-web-a540844ff9195716a188124960ee57bac6680ce0.tar.bz2 trackermap-web-a540844ff9195716a188124960ee57bac6680ce0.zip |
Merge pull request #415 from Abyss777/sms_notifications
Add SMS to notifications and phone to user dialog
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r-- | web/app/view/UserDialog.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js index 34c3b4a1..84103ee2 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -43,6 +43,10 @@ Ext.define('Traccar.view.UserDialog', { inputType: 'password', allowBlank: false }, { + xtype: 'textfield', + name: 'phone', + fieldLabel: Strings.sharedPhone + }, { xtype: 'checkboxfield', inputValue: true, uncheckedValue: false, |