Minor fixes.

This commit is contained in:
Paulo Gustavo Veiga 2012-06-20 18:01:02 -03:00
parent 509a31a4ed
commit f49448d22f
2 changed files with 1 additions and 2 deletions

View File

@ -158,6 +158,7 @@ editor.WaitDialog = new Class({
width: '400px'
});
var img = new Element('img', {'src': 'images/ajax-loader.gif'});
img.setStyle('margin-top', '15px');
img.inject(result);
return result;
},

View File

@ -31,8 +31,6 @@ import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.xml.transform.stream.StreamResult;
import java.io.ByteArrayOutputStream;
import java.nio.charset.Charset;
import java.util.Map;
public class TransformView extends AbstractView {