You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bw...@apache.org on 2006/05/01 15:01:39 UTC

svn commit: r398593 - in /tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted: SimpleTableColumnComponent.html SimpleTableColumnFormComponent.html

Author: bwallace
Date: Mon May  1 06:01:38 2006
New Revision: 398593

URL: http://svn.apache.org/viewcvs?rev=398593&view=rev
Log:
[TAPESTRY-170] Removed table attributes

Modified:
    tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html
    tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.html

Modified: tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html?rev=398593&r1=398592&r2=398593&view=diff
==============================================================================
--- tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html (original)
+++ tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html Mon May  1 06:01:38 2006
@@ -3,7 +3,7 @@
 <span jwcid="$content$">
 
 <span jwcid="condSorted">
-	<table border=0 cellspacing=0 cellpadding=0 align="center">
+	<table>
 	<tr>
 	<td><a jwcid="linkColumn"><span jwcid="insertSortedColumn"/></a></td>
 	<span jwcid="condSort"><td>&nbsp;<span jwcid="imageSort" align="center"/></td></span>

Modified: tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.html
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.html?rev=398593&r1=398592&r2=398593&view=diff
==============================================================================
--- tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.html (original)
+++ tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.html Mon May  1 06:01:38 2006
@@ -3,7 +3,7 @@
 <span jwcid="$content$">
 
 <span jwcid="condSorted">
-	<table border=0 cellspacing=0 cellpadding=0 align="center">
+	<table>
 	<tr>
 	<td><a jwcid="linkColumn"><span jwcid="insertSortedColumn"/></a></td>
 	<span jwcid="condSort"><td>&nbsp;<span jwcid="imageSort" align="center"/></td></span>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org