summaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-07-20 05:54:18 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-07-20 05:54:18 +0000
commit2db502dbfb4c48a52ca41e637a7ef566e3ede1b6 (patch)
tree986dcb68d4d8e98e3c361ca6b3e96004af782f8c /archiva-modules
parent78cf76f801e5d1a0872ba1b589bea9ea8d078908 (diff)
downloadarchiva-2db502dbfb4c48a52ca41e637a7ef566e3ede1b6.tar.gz
archiva-2db502dbfb4c48a52ca41e637a7ef566e3ede1b6.zip
[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
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp23
1 files changed, 13 insertions, 10 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp
index 0fe76dcd0..56f124a51 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp
@@ -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>