mirror of https://github.com/apache/archiva.git
[MRM-1043]
o provide list for repositories that can be searched git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db5102aaaf
commit
87f3147e7e
|
@ -170,7 +170,6 @@ public class SearchAction
|
|||
searchFields.put( "artifactId", "Artifact ID" );
|
||||
searchFields.put( "version", "Version" );
|
||||
searchFields.put( "className", "Class/Package Name" );
|
||||
searchFields.put( "repositoryId", "Repository" );
|
||||
|
||||
super.clearErrorsAndMessages();
|
||||
clearSearchFields();
|
||||
|
|
|
@ -126,7 +126,11 @@
|
|||
<s:a href="#" title="Add Search Field" onclick="addSearchField( document.filteredSearch.searchField.options[document.filteredSearch.searchField.selectedIndex].text, document.filteredSearch.searchField.value, 'dynamicFields' )" theme="simple">
|
||||
<img src="${iconCreateUrl}" />
|
||||
</s:a>
|
||||
<table id="dynamicTable">
|
||||
<table id="dynamicTable">
|
||||
<tr>
|
||||
<td><label>Repository: </td>
|
||||
<td><s:select name="repositoryId" list="managedRepositoryList" theme="simple"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td/>
|
||||
|
|
|
@ -90,7 +90,11 @@
|
|||
<s:a href="#" title="Add Search Field" onclick="addSearchField( document.filteredSearch.searchField.options[document.filteredSearch.searchField.selectedIndex].text, document.filteredSearch.searchField.value, 'dynamicFields' )" theme="simple">
|
||||
<img src="${iconCreateUrl}" />
|
||||
</s:a>
|
||||
<table id="dynamicTable">
|
||||
<table id="dynamicTable">
|
||||
<tr>
|
||||
<td><label>Repository: </td>
|
||||
<td><s:select name="repositoryId" list="managedRepositoryList" theme="simple"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td/>
|
||||
|
|
Loading…
Reference in New Issue