[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:
Maria Odea B. Ching 2009-02-16 04:06:36 +00:00
parent db5102aaaf
commit 87f3147e7e
3 changed files with 10 additions and 3 deletions

View File

@ -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();

View File

@ -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/>

View File

@ -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/>