Skip to content

Commit

Permalink
Issue #239 Rename ControlGroup.html to FormGroup.html
Browse files Browse the repository at this point in the history
Remove <div class="controls"
  • Loading branch information
martin-g committed Oct 13, 2013
1 parent d6a0c12 commit b6a7c52
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -6,12 +6,10 @@
<wicket:border>
<label wicket:id="label" class="control-label">Text input</label>

<div class="controls">
<wicket:body/>
<wicket:body/>

<p wicket:id="error" class="help-block"></p>
<p wicket:id="help" class="help-block">Supporting help text</p>
</div>
<p wicket:id="error" class="help-block"></p>
<p wicket:id="help" class="help-block">Supporting help text</p>
</wicket:border>
</body>
</html>

0 comments on commit b6a7c52

Please sign in to comment.