veit / diazo_bootstrap

Buildout project easily integrates Bootstrap in the Diazo XSLT processor
Other
0 stars 2 forks source link

Ignored field errors #2

Closed veit closed 11 years ago

veit commented 11 years ago

Field errors <div class="error" /> should be replaced with the bootstrap validation state:

<div class="controls">
    <input type="text" id="inputError">
        <span class="help-inline">Please correct the error</span>
</div>