Skip to content
Snippets Groups Projects
Commit 1df56754 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-2.3'

parents c6f60e42 1670174e
No related merge requests found
......@@ -7,6 +7,6 @@
?>
<form class="form-inline" method="get" action="<?=$this->url('author-search')?>">
<label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br>
<input type="text" id="author_lookfor" name="lookfor" />
<input class="form-control" type="text" id="author_lookfor" name="lookfor" />
<input class="btn btn-default" type="submit" value="<?=$this->transEsc('Find')?>" />
</form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment