--- a/src/main/webapp/templates-hidden/wizard-all.html Thu Apr 12 10:52:42 2012 +0200
+++ b/src/main/webapp/templates-hidden/wizard-all.html Thu Apr 12 13:36:45 2012 +0200
@@ -10,26 +10,26 @@
<fieldset>
<legend></legend>
<wizard:fields>
- <div lift:bind="wizard:line" class="control-group">
- <wizard:label>
- <label wizard:for="" class="control-label"> <wizard:bind></wizard:bind> </label>
- </wizard:label>
- <div class="controls">
- <wizard:form></wizard:form>
- <wizard:help>
- <span class="help-inline"> <wizard:bind></wizard:bind> </span>
- </wizard:help>
- <wizard:field_errors>
+ <wizard:line>
+ <div class="control-group">
+ <wizard:label>
+ <label wizard:for="" class="control-label"> <wizard:bind></wizard:bind> </label>
+ </wizard:label>
+ <div class="controls">
+ <wizard:form></wizard:form>
<span class="help-inline">
- <ul>
- <wizard:error>
- <li><wizard:bind></wizard:bind></li>
- </wizard:error>
- </ul>
+ <wizard:help>
+ <p class="inline"><wizard:bind></wizard:bind></p>
+ </wizard:help>
+ <wizard:field_errors>
+ <wizard:error>
+ <p class="inline"><wizard:bind></wizard:bind></p>
+ </wizard:error>
+ </wizard:field_errors>
</span>
- </wizard:field_errors>
+ </div>
</div>
- </div>
+ </wizard:line>
</wizard:fields>
<div class="form-horizontal">
<div class="form-actions">