Revision: 1078
http://openutils.svn.sourceforge.net/openutils/?rev=1078&view=rev
Author: fgrilli
Date: 2009-03-06 16:40:30 +0000 (Fri, 06 Mar 2009)
Log Message:
-----------
left-aligned run button with textarea
Modified Paths:
--------------
trunk/openutils-mgnlgroovy/src/main/resources/net/sourceforge/openutils/mgnlgroovy/pages/GroovyShellPage.html
Modified: trunk/openutils-mgnlgroovy/src/main/resources/net/sourceforge/openutils/mgnlgroovy/pages/GroovyShellPage.html
===================================================================
--- trunk/openutils-mgnlgroovy/src/main/resources/net/sourceforge/openutils/mgnlgroovy/pages/GroovyShellPage.html 2009-03-05 14:48:26 UTC (rev 1077)
+++ trunk/openutils-mgnlgroovy/src/main/resources/net/sourceforge/openutils/mgnlgroovy/pages/GroovyShellPage.html 2009-03-06 16:40:30 UTC (rev 1078)
@@ -31,7 +31,7 @@
</div>
<br/>
<input type="hidden" id="command" name="command" value="executeGroovyScript" />
- <input type="submit" id="runBtn" value="Run" onclick="warnBeforeSubmit(); return false" class="mgnlControlButton" />
+ <input type="submit" id="runBtn" value="Run" onclick="warnBeforeSubmit(); return false" class="mgnlControlButton" style="margin-left:200px"/>
</div>
</form>
[#if message?exists]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|