mirror of https://github.com/apache/archiva.git
MRM-1083 - Add artifact search box to the default decorator
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d10e6a5ae2
commit
48fc7e2f6f
|
@ -53,8 +53,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="leftColumn">
|
|
||||||
|
|
||||||
|
<div id="topSearchBox">
|
||||||
|
<s:form method="get" action="quickSearch" namespace="/" validate="true">
|
||||||
|
<s:textfield label="Search for" size="30" name="q"/>
|
||||||
|
</s:form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="leftColumn">
|
||||||
<div id="navcolumn">
|
<div id="navcolumn">
|
||||||
<s:action namespace="/components" name="companyInfo" executeResult="true"/>
|
<s:action namespace="/components" name="companyInfo" executeResult="true"/>
|
||||||
<h5>Find</h5>
|
<h5>Find</h5>
|
||||||
|
|
|
@ -343,3 +343,8 @@ blockquote {
|
||||||
#searchHint {
|
#searchHint {
|
||||||
margin: 5%;
|
margin: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topSearchBox {
|
||||||
|
float: right;
|
||||||
|
padding: 2px 8px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue