sync
[Pman.Admin] / Pman.Dialog.AdminEnumImages.js
index a908f78..9ac979c 100644 (file)
@@ -168,17 +168,18 @@ Pman.Dialog.AdminEnumImages = {
            click : function()
             {
                 var s = _this.grid.getSelectionModel().getSelections();
+                
                 if (!s || s.length != 1) {
                     Roo.MessageBox.alert("Error", "Select a single image to edit");
                    return;
                  }
                  var data = _this.grid.getDataSource().getById(s[0].data.id).data;
-                
-                         Pman.Dialog.Image.show(data, function() {
-                            _this.grid.footer.onClick('first');
-                           });
+                 
+                 Pman.Dialog.Image.show(data, function() {
+                    _this.grid.footer.onClick('first');
+                   });
                         
-                    }
+            }
           },
           xns : Roo,
           '|xns' : 'Roo'
@@ -194,7 +195,7 @@ Pman.Dialog.AdminEnumImages = {
                 var ids = [];
                 
                 var sc = _this.grid.getSelectionModel().getSelections();
-                console.log(sc);
+                
                 if (!sc.length) {
                     Roo.MessageBox.alert("Error", "Select rows by clicking the row");
                     return;
@@ -211,7 +212,7 @@ Pman.Dialog.AdminEnumImages = {
                         }
                         new Pman.Request({
                             method : 'POST',
-                            url : baseURL + '/Roo/Core_enum',
+                            url : baseURL + '/Roo/Images',
                             params : {
                                 _delete  : ids.join(',')
                             },