Fixing some validation errors
This commit is contained in:
parent
07b89725d8
commit
ba24ca0bf6
@ -10,7 +10,7 @@
|
||||
<div class="container">
|
||||
<!-- busy spinner -->
|
||||
<div class="page-header">
|
||||
<h1><img id="spinner" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Reactive Search</h1>
|
||||
<h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Reactive Search</h1>
|
||||
</div>
|
||||
|
||||
<!-- query input -->
|
||||
@ -75,8 +75,8 @@
|
||||
<div class="modal-header"><big>Learn Keyword</big></div>
|
||||
<div class="modal-body">
|
||||
<div class="form-group">
|
||||
<label for="keyword" class="control-label">Learn keyword as</label>
|
||||
<input class="form-control" type="text" id="keywordToLearn">
|
||||
<label for="keywordToLearn" class="control-label">Learn keyword as</label>
|
||||
<input id="keywordToLearn" class="form-control" type="text">
|
||||
</div>
|
||||
<div class="alert alert-danger" id="learnError" style="display: none;">Unable to learn keyword</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user