diff options
Diffstat (limited to 'swatchmaker/test')
-rwxr-xr-x | swatchmaker/test/test-full.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swatchmaker/test/test-full.html b/swatchmaker/test/test-full.html index e3b5b045..e7d71beb 100755 --- a/swatchmaker/test/test-full.html +++ b/swatchmaker/test/test-full.html @@ -776,6 +776,13 @@ <span class="help-inline">Please correct the error</span> </div> </div> + <div class="control-group info"> + <label class="control-label" for="inputError">Input with info</label> + <div class="controls"> + <input type="text" id="inputError"> + <span class="help-inline">Please correct the info</span> + </div> + </div> <div class="control-group success"> <label class="control-label" for="inputSuccess">Input with success</label> <div class="controls"> |