Aligned look and feel of the intro pages with the other samples.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<body>
|
||||
|
||||
<f:view>
|
||||
<div align="left">Sell Item JSF - A Spring Web Flow Sample</div>
|
||||
<hr>
|
||||
<div align="left">
|
||||
<p>
|
||||
<h:form>
|
||||
@@ -29,6 +31,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr/>
|
||||
<div align="right"></div>
|
||||
</f:view>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<%@ page session="true" %>
|
||||
<html>
|
||||
<body>
|
||||
<div align="left">Sell Item - A Spring Web Flow Sample</DIV>
|
||||
<div align="left">Sell Item - A Spring Web Flow Sample</div>
|
||||
<hr>
|
||||
<div align="left">
|
||||
<p>
|
||||
@@ -36,5 +36,6 @@
|
||||
<li>Use of subflows to compose a multi-step business process from independently reusable modules.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
<hr/>
|
||||
<div align="right"></div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user