Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:39:55 +0000 (15:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:39:55 +0000 (15:39 +0800)
Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js
Pman.Tab.AdminLogDrill.js

Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js

index 5d22b28..3ace373 100644 (file)
                             "items": [
                                 {
                                     "listeners": {
-                                        "|render": "function() \n{\n    _this.detailgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.detailpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
+                                        "|render": "function() \n{\n    _this.daygrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.daypanel.active) {\n       this.footer.onClick('first');\n    }\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "person_name",
index d22c3a7..7c11a95 100644 (file)
@@ -1200,9 +1200,9 @@ Pman.Tab.AdminLogDrill = new Roo.util.Observable({
                             listeners : {
                                 render : function() 
                                 {
-                                    _this.detailgrid = this; 
+                                    _this.daygrid = this; 
                                     //_this.dialog = Pman.Dialog.FILL_IN
-                                    if (_this.detailpanel.active) {
+                                    if (_this.daypanel.active) {
                                        this.footer.onClick('first');
                                     }
                                 }