mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-14 18:57:56 +01:00
Minor fixes.
This commit is contained in:
parent
509a31a4ed
commit
f49448d22f
@ -158,6 +158,7 @@ editor.WaitDialog = new Class({
|
|||||||
width: '400px'
|
width: '400px'
|
||||||
});
|
});
|
||||||
var img = new Element('img', {'src': 'images/ajax-loader.gif'});
|
var img = new Element('img', {'src': 'images/ajax-loader.gif'});
|
||||||
|
img.setStyle('margin-top', '15px');
|
||||||
img.inject(result);
|
img.inject(result);
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
|
@ -31,8 +31,6 @@ import javax.servlet.ServletOutputStream;
|
|||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
import javax.xml.transform.stream.StreamResult;
|
import javax.xml.transform.stream.StreamResult;
|
||||||
import java.io.ByteArrayOutputStream;
|
|
||||||
import java.nio.charset.Charset;
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
public class TransformView extends AbstractView {
|
public class TransformView extends AbstractView {
|
||||||
|
Loading…
Reference in New Issue
Block a user