[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:
Maria Odea B. Ching 2009-07-20 05:54:18 +00:00
parent 78cf76f801
commit 2db502dbfb
1 changed files with 13 additions and 10 deletions

View File

@ -50,7 +50,8 @@
row.appendChild( label );
row.appendChild( textfield );
table.appendChild( row );
table.tBodies[0].appendChild( row );
}
</script>
@ -115,6 +116,7 @@
<img src="${iconCreateUrl}" />
</s:a>
<table id="dynamicTable">
<tbody>
<tr>
<td><label>Repository: </td>
<td><s:select name="repositoryId" list="managedRepositoryList" theme="simple"/></td>
@ -123,6 +125,7 @@
<td/>
<td/>
</tr>
</tbody>
</table>
<s:submit value="Search" theme="simple"/>
</s:form>