fix search box at sidebar

This commit is contained in:
Kaoru FUZITA 2015-10-29 11:15:15 +09:00
parent 38647485e7
commit cd687a4300
2 changed files with 7 additions and 5 deletions

View file

@ -210,6 +210,7 @@ labels.menu_logout=Logout
labels.header.logo_alt=Fess
labels.header.home=Home
labels.header.help=Help
labels.sidebar.placeholder_search=Search...
labels.footer.copyright=Copyright(C) 2009-2015 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved.
labels.search=Search
labels.search_result_status=Results <b>{2}</b><span class="br-phone"></span><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> pages for <b>{0}</b>

View file

@ -6,16 +6,17 @@
<section class="sidebar">
<!-- search form -->
<todo:form action="/admin/searchList/search" method="get" styleClass="sidebar-form">
<form action="/admin/searchList/search" method="get" class="sidebar-form">
<div class="input-group">
<todo:text styleClass="form-control" property="query" title="Search" maxlength="1000" styleId="query" />
<span class="input-group-btn">
<button type='submit' name='search' id='search-btn' class="btn btn-flat">
<input type="text" name="query" id="query" class="form-control" maxlength="1000"
placeholder="<la:message key="labels.sidebar.placeholder_search" />"> <span class="input-group-btn">
<button type="submit" name="search" id="search-btn"
class="btn btn-flat">
<i class="fa fa-search"></i>
</button>
</span>
</div>
</todo:form>
</form>
<!-- /.search form -->
<!-- Sidebar Menu -->