Updated google search module to keep the search input using an alter value.

Updated feature description.
This commit is contained in:
jvelilla
2017-02-08 10:31:40 -03:00
parent f75dde457d
commit bb3e2abf55
2 changed files with 34 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
<div class="col-md-2 col-md-offset-9">
<form action="{$site_url/}gcse" class="search-form" id="gcse_search_form">
<div class="form-group has-feedback">
<input type="search" class="form-control" name="q" id="gcse_search" placeholder="search">
<input type="search" class="form-control" name="q" id="gcse_search" placeholder="search" value="{$google_search/}" >
<span class="glyphicon glyphicon-search form-control-feedback"></span>
</div>
</form>