Browse Source

More icons and properly translated text for the header (search form)

master
Sébastien Lucas 10 years ago
parent
commit
9d87ec76fb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/bootstrap/header.html

+ 2
- 2
templates/bootstrap/header.html View File

@@ -20,9 +20,9 @@
</ul>
<form id="searchForm" class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="query">
<input type="text" class="form-control" placeholder="{{=it.c.i18n.searchAlt}}" name="query">
</div>
<button type="submit" class="btn btn-default">Submit</button>
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
</form>
</div><!--/.nav-collapse -->
</div>


Loading…
Cancel
Save