sync
[Pman.Admin] / Pman.Dialog.AdminEnumImages.js
index 62b49f5..9ac979c 100644 (file)
@@ -174,12 +174,12 @@ Pman.Dialog.AdminEnumImages = {
                    return;
                  }
                  var data = _this.grid.getDataSource().getById(s[0].data.id).data;
-                
-                         Pman.Dialog.Images.show(data, function() {
-                            _this.grid.footer.onClick('first');
-                           });
+                 
+                 Pman.Dialog.Image.show(data, function() {
+                    _this.grid.footer.onClick('first');
+                   });
                         
-                    }
+            }
           },
           xns : Roo,
           '|xns' : 'Roo'