DataObjects/Core_notify_recur.php
[Pman.Core] / Pman.Dialog.CoreEnum.js
index 3250ecd..a3a6751 100644 (file)
@@ -123,8 +123,8 @@ Pman.Dialog.CoreEnum = {
                       return;
                   }
                   
-                  if(typeof(_this.data._title) != 'undefined' && _this.data._title.length){
-                      _this.dialog.setTitle(_this.data._title);
+                  if(typeof(_this.data.title) != 'undefined' && _this.data.title.length){
+                      _this.dialog.setTitle(_this.data.title);
                   }
             
                   if(_this.data.id){
@@ -186,7 +186,7 @@ Pman.Dialog.CoreEnum = {
           actionMode : 'fieldEl',
           checked : true,
           fieldLabel : 'Active',
-          hidden : false,
+          hidden : true,
           inputValue : 1,
           name : 'active',
           value : 1,