Pman.Dialog.CoreEmail.bjs
[Pman.Core] / Pman.Dialog.CoreEmail.js
index ba5e6dd..1f487c5 100644 (file)
@@ -1224,7 +1224,7 @@ Pman.Dialog.CoreEmail = {
                  width = 50;
                  height = Math.round(height * 50 / width);
              }
-             
+             Roo.log([width, height]);
             return '<img src="' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '" width="' + width + '" height="' + height + '" />';
          },
          width : 300,