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