X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Dialog.AdminEnumImages.js;h=9ac979c8502386d4f7b51d2f6296f5ef7178bf6e;hp=62b49f5555a666c50445d4f79ea81ad87af14b35;hb=HEAD;hpb=b882ebcbd56c73ad1312f7a2d9cd15418adbd2df diff --git a/Pman.Dialog.AdminEnumImages.js b/Pman.Dialog.AdminEnumImages.js index 62b49f5..9ac979c 100644 --- a/Pman.Dialog.AdminEnumImages.js +++ b/Pman.Dialog.AdminEnumImages.js @@ -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'