@@ -1367,7 +1367,7 @@ For example, <code><section></code> should be wrapped as inlin
</pre>
<h3>Validation states</h3>
<p>Bootstrap includes validation styles for error, warning, and success messages. To use, add the appropriate class to the surrounding <code>.control-group</code>.</p>
<p>Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding <code>.control-group</code>.</p>
<formclass="bs-docs-example form-horizontal">
<divclass="control-group warning">
...
...
@@ -1384,6 +1384,13 @@ For example, <code><section></code> should be wrapped as inlin
<spanclass="help-inline">Please correct the error</span>
</div>
</div>
<divclass="control-group info">
<labelclass="control-label"for="inputError">Input with info</label>
<divclass="controls">
<inputtype="text"id="inputError">
<spanclass="help-inline">Username is taken</span>
</div>
</div>
<divclass="control-group success">
<labelclass="control-label"for="inputSuccess">Input with success</label>
<p>{{_i}}Bootstrap includes validation styles for error, warning, and success messages. To use, add the appropriate class to the surrounding <code>.control-group</code>.{{/i}}</p>
<p>{{_i}}Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding <code>.control-group</code>.{{/i}}</p>
<formclass="bs-docs-example form-horizontal">
<divclass="control-group warning">
...
...
@@ -1321,6 +1321,13 @@
<spanclass="help-inline">{{_i}}Please correct the error{{/i}}</span>
</div>
</div>
<divclass="control-group info">
<labelclass="control-label"for="inputError">{{_i}}Input with info{{/i}}</label>
<divclass="controls">
<inputtype="text"id="inputError">
<spanclass="help-inline">{{_i}}Username is taken{{/i}}</span>
</div>
</div>
<divclass="control-group success">
<labelclass="control-label"for="inputSuccess">{{_i}}Input with success{{/i}}</label>