This commit is contained in:
Shinsuke Sugaya 2014-03-07 18:41:51 +09:00
parent dbd6d2dada
commit 4721e5205b
4 changed files with 14 additions and 0 deletions

View file

@ -381,6 +381,7 @@ label.facet_filetype_excel=Excel
label.facet_filetype_powerpoint=PowerPoint
label.facet_filetype_pdf=PDF
label.facet_filetype_others=PDF
label.facet_label_reset=Reset
labels.searchoptions_all=All
labels.searchoptions_score=Score

View file

@ -381,6 +381,7 @@ label.facet_filetype_excel=Excel
label.facet_filetype_powerpoint=PowerPoint
label.facet_filetype_pdf=PDF
label.facet_filetype_others=\u305d\u306e\u4ed6
label.facet_label_reset=\u30ea\u30bb\u30c3\u30c8
labels.searchoptions_all=\u3059\u3079\u3066
labels.searchoptions_score=\u30b9\u30b3\u30a2

View file

@ -108,6 +108,14 @@
</c:forEach>
</c:forEach>
</ul>
<c:if test="${!empty additional}">
<ul class="nav nav-list">
<li class="reset">
<s:link
href="search?query=${f:u(query)}"><bean:message key="label.facet_label_reset" /></s:link>
</li>
</ul>
</c:if>
</div>
</c:if>
</div>

View file

@ -35,6 +35,10 @@ h3 {
text-decoration: none;
}
.nav-list li.reset {
margin-top: 10px;
}
.center {
text-align: center;
}