Commit 3f3e4760538442e99ff37d16464f05dced632bec

Authored by Sergio Oliveira
1 parent 580fe864

Adding search icon to search button

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/deprecated/templates/base.html
... ... @@ -97,7 +97,7 @@
97 97 <input name="q" id="header-searchbox"
98 98 class="form-control" value="{{ request.GET.q }}"
99 99 type="search" placeholder="{% trans 'Search here...' %}" />
100   - <input type="submit" value="{% trans 'Search' %}" class="btn btn-default"></input>
  100 + <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span> {% trans 'Search' %}</button>
101 101 </form>
102 102 </span>
103 103 </div>
... ...