[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_content - link_view.pt:1.3

Andrew Sawyers andrew@digicool.com
Mon, 10 Sep 2001 16:56:31 -0400


Update of /cvs-repository/CMF/CMFDecor/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv21719

Modified Files:
	link_view.pt 
Log Message:

*fixed style breakage due to how main body was designed.


=== CMF/CMFDecor/skins/zpt_content/link_view.pt 1.2 => 1.3 ===
 <div metal:fill-slot="main">
 <div class="Desktop">
-
-<div class="Link">
-<div tal:replace="structure here/content_byline">By Me</div>
-
-<p>
-<a tal:attributes="href here/remote_url" href=""><span tal:replace="here/remote_url">www.zope.org</span></a></p>
-<p></p>
-
-<div tal:replace="here/Description">Description</div>
-
-<div class="Discussion">
-
-<span tal:replace="structure here/viewThreadsAtBottom"
-         tal:condition="here/viewThreadsAtBottom|nothing"></span>
-
-</div>
-
+<table>
+  <tr>
+    <td><div metal:use-macro="here/content_byline/macros/byline">By Me</div></td>
+  </tr>
+  <tr><td>&nbsp;</td></tr>
+  <tr>
+    <td><a tal:attributes="href here/remote_url" href=""><span tal:replace="here/remote_url">www.zope.org</span></a></td>
+  </tr>
+  <tr>
+    <td><div class="Description" tal:replace="here/Description">Description</div></td>
+  </tr>
+  <tr tal:condition="here/viewThreadsAtBottom">
+    <td><div class="Discussion">
+            <span tal:replace="structure here/viewThreadsAtBottom" />
+        </div>
+    </td>
+  </tr>
+</table>
 </div>
 
-</div>
 </div>
 </body>
 </html>