[Webflysuesk-commits] r68 - in webflysuesk/branches/openlayers-integration: . webflys/src/main/webapp/pages
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jul 16 11:53:00 CEST 2009
Author: iweinzierl
Date: 2009-07-16 11:52:59 +0200 (Thu, 16 Jul 2009)
New Revision: 68
Modified:
webflysuesk/branches/openlayers-integration/ChangeLog.txt
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp
Log:
Adjusted css class of the submit button.
Modified: webflysuesk/branches/openlayers-integration/ChangeLog.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-16 09:51:18 UTC (rev 67)
+++ webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-16 09:52:59 UTC (rev 68)
@@ -1,5 +1,10 @@
2009-07-16 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+ * webflys/src/main/webapp/pages/entrance.jsp: Adjusted the css class of the
+ bubmit button.
+
+2009-07-16 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
* src/main/webapp/pages/style.css,
src/main/webapp/pages/App.js,
src/main/webapp/pages/app.jsp: Added a link to the scheduler showing
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp 2009-07-16 09:51:18 UTC (rev 67)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp 2009-07-16 09:52:59 UTC (rev 68)
@@ -80,7 +80,8 @@
<input
type="submit"
value="<bean:message key='entrance.submit' />"
- id="button">
+ id="button"
+ class="button">
</legend>
</fieldset>
</html:form>
More information about the Webflysuesk-commits
mailing list