mirror of https://github.com/apache/archiva.git
[MRM-1171]
submitted by Gwen Harold Autencio o fixed table for advanced search fields so that they appear in IE6 and IE7 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@795695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78cf76f801
commit
2db502dbfb
|
@ -50,7 +50,8 @@
|
|||
|
||||
row.appendChild( label );
|
||||
row.appendChild( textfield );
|
||||
table.appendChild( row );
|
||||
table.tBodies[0].appendChild( row );
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -114,15 +115,17 @@
|
|||
<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">
|
||||
<tr>
|
||||
<td><label>Repository: </td>
|
||||
<td><s:select name="repositoryId" list="managedRepositoryList" theme="simple"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td/>
|
||||
</tr>
|
||||
<table id="dynamicTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><label>Repository: </td>
|
||||
<td><s:select name="repositoryId" list="managedRepositoryList" theme="simple"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td/>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<s:submit value="Search" theme="simple"/>
|
||||
</s:form>
|
||||
|
|
Loading…
Reference in New Issue