Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.js
index b97193a..f447722 100644 (file)
@@ -11,6 +11,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
   'e2c9d024b79dfb48b42a7807206c6aed' :"Verify New IP Access",
   'd41d8cd98f00b204e9800998ecf8427e' :"",
   'f6039d44b29456b20f8f373155ae4973' :"Username",
+  '004bf6c9a40003140292e97330236c53' :"Action",
   'dfb790522fdea3859af206d32916fe77' :"User Agent",
   'd71940f24ee38ee09f6e06b908480bcf' :"Resend email",
   '14cf5e829f5cb6fbf8cb54f7c5ff4ca9' :"Start the application process   "
@@ -172,6 +173,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             }
             if (action.type == 'load') {
                 
+                if(_this.data.sta)
                 return;
             }
             if (action.type =='submit') {
@@ -240,12 +242,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
        },
        {
         xtype : 'Row',
-        listeners : {
-         render : function (_self)
-          {
-              _this.row_pwd_label = _self;
-          }
-        },
         xns : Roo.bootstrap,
         '|xns' : 'Roo.bootstrap',
         items  : [
@@ -261,6 +257,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             name : 'user_agent',
             readOnly : true,
             rows : 3,
+            style : 'margin-bottom: 15px;',
             xns : Roo.bootstrap,
             '|xns' : 'Roo.bootstrap'
            }
@@ -270,12 +267,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
        },
        {
         xtype : 'Row',
-        listeners : {
-         render : function (_self)
-          {
-              _this.row_pwd_label = _self;
-          }
-        },
         xns : Roo.bootstrap,
         '|xns' : 'Roo.bootstrap',
         items  : [
@@ -290,6 +281,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             allowBlank : false,
             displayField : 'value',
             editable : false,
+            fieldLabel : _this._strings['004bf6c9a40003140292e97330236c53'] /* Action */,
             hiddenName : 'status',
             mode : 'local',
             name : 'status_name',
@@ -306,13 +298,8 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             store : {
              xtype : 'SimpleStore',
              data : [
-                 ['all', 'All'],
-                 ['submitted', 'Submitted'],
-                 ['pending_submission', 'Pending Submission'],
-                 ['pending_approval', 'Pending Approval'],
-                 ['rejected', 'Rejected'],
-                 ['approved', 'Approved'],
-                 ['deleted', 'Deleted']
+                 ['1', 'Approve'],
+                 ['-1', 'Reject']
              ],
              fields : [ 'code', 'value' ],
              xns : Roo.data,