From: Maria Odea B. Ching Date: Mon, 20 Jul 2009 05:54:18 +0000 (+0000) Subject: [MRM-1171] X-Git-Tag: archiva-1.2.2~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2db502dbfb4c48a52ca41e637a7ef566e3ede1b6;p=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 --- 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 ); + } @@ -114,15 +115,17 @@ - - - - - - - +
- -
+ + + + + + + +
+ +