DataObjects/Core_person_signup.php
[Pman.Core] / Pman.Tab.CoreEmail.js
index f062066..ba47d46 100644 (file)
@@ -56,7 +56,7 @@ Pman.Tab.CoreEmail = new Roo.XComponent({
                                 {
                                     if (!_this.dialog) return;
                                     var data = this.getDataSource().getAt(rowIndex).data;
-                                    _this.dialog.show( {id : data.id, module : 'core'} , function() {
+                                    _this.dialog.show( {id : data.id, module : 'core_email'} , function() {
                                         _this.grid.footer.onClick('first');
                                     }); 
                                 },
@@ -206,7 +206,7 @@ Pman.Tab.CoreEmail = new Roo.XComponent({
                                             click : function()
                                             {
                                                 if (!_this.dialog) return;
-                                                _this.dialog.show( { id : 0, module : 'core' } , function() {
+                                                _this.dialog.show( { id : 0, module : 'core_email' } , function() {
                                                     _this.grid.footer.onClick('first');
                                                }); 
                                             }