Skip to content

Commit

Permalink
JENKINS-18192 Added last search term to search box
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rovner authored and vjuranek committed Nov 11, 2013
1 parent d7b031a commit 65a2959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -160,7 +160,7 @@ ${h.initPageVariables(context)}
<!-- this div is used to calculate the width of the text box -->
<div id="search-box-sizer"/>
<div id="searchform">
<input name="q" placeholder="${%search}" id="search-box" class="has-default-text" />
<input name="q" placeholder="${%search}" id="search-box" class="has-default-text" value="${request.getParameter('q')}" />
<st:nbsp />
<a href="${%searchBox.url}"><img src="${imagesURL}/16x16/help.png" alt="help for search" height="16" width="16" /></a>
<div id="search-box-completion" />
Expand Down

0 comments on commit 65a2959

Please sign in to comment.