webwork/src/resources/web/template/xhtml table.jsp,1.3,1.4
[email protected] Thu, 13 Nov 2003 15:06:24 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/resources/web/template/xhtml
In directory sc8-pr-cvs1:/tmp/cvs-serv10540/src/resources/web/template/xhtml
Modified Files:
table.jsp
Log Message:
Put the id tag on the actual content table, not the outer wrapping out
Index: table.jsp
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/resources/web/template/xhtml/table.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- table.jsp 13 Nov 2003 22:50:50 -0000 1.3
+++ table.jsp 13 Nov 2003 23:06:22 -0000 1.4
@@ -14,13 +14,13 @@
<webwork:if test=". != null">
<webwork:if test="model != null">
<p align="center">
- <table bgcolor="white" border="0" cellpadding="1" cellspacing="0"
+ <table bgcolor="white" border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td>
+ <table border="0" cellpadding="2" cellspacing="1"
<webwork:property value="parameters['id']">
<webwork:if test=".">id="<webwork:property value="."/>"</webwork:if>
</webwork:property> >
- <tr>
- <td>
- <table border="0" cellpadding="2" cellspacing="1">
<tr bgcolor="yellow">
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/