Pman.Dialog.BAdminStaff.bjs
authorEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:45:11 +0000 (14:45 +0800)
committerEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:45:11 +0000 (14:45 +0800)
Pman.Dialog.BAdminStaff.js

Pman.Dialog.BAdminStaff.bjs
Pman.Dialog.BAdminStaff.js

index 6d5b134..c0b679e 100644 (file)
              "String name" : "role",
              "xtype" : "Input",
              "string placeholder" : "Role",
+             "string fieldLabel" : "Role",
+             "String labelAlign" : "left",
              "$ xns" : "Roo.bootstrap"
             },
             {
index 9191703..4c916f6 100644 (file)
@@ -33,8 +33,9 @@ Roo.apply(Pman.Dialog.BAdminStaff.prototype, {
   'email_placeholder' : 'ce8ae9da5b7cd6c3df2929543a9af92d' /* Email */ ,
   'secure_passwords_boxLabel' : '0bfe42db3eb05bf39f03812166391939' /* Use Secure Passwords */ ,
   'name_placeholder' : '49ee3087348e8d44e1feda1917443987' /* Name */ ,
-  'role_placeholder' : 'bbbabdbe1b262f75d99d62880b953be1' /* Role */ ,
+  'role_fieldLabel' : 'bbbabdbe1b262f75d99d62880b953be1' /* Role */ ,
   'name_fieldLabel' : '49ee3087348e8d44e1feda1917443987' /* Name */ ,
+  'role_placeholder' : 'bbbabdbe1b262f75d99d62880b953be1' /* Role */ ,
   'phone_fieldLabel' : 'bcc254b55c4a1babdf1dcb82c207506b' /* Phone */ ,
   '_enable_oath_key_boxLabel' : '828e70f83623b262e14187c039df99c0' /* Enable Two-Factor Authentication */ ,
   'passwd2_placeholder' : '6f958ddaf50fd5ade7858ef1d1a63e51' /* Type again to confirm */ 
@@ -314,6 +315,8 @@ Roo.apply(Pman.Dialog.BAdminStaff.prototype, {
              },
              {
               xtype : 'Input',
+              fieldLabel : _this._strings['bbbabdbe1b262f75d99d62880b953be1'] /* Role */,
+              labelAlign : 'left',
               name : 'role',
               placeholder : _this._strings['bbbabdbe1b262f75d99d62880b953be1'] /* Role */,
               xns : Roo.bootstrap,