[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_content - favorite_view.pt:1.4

Andrew Sawyers andrew@digicool.com
Tue, 4 Sep 2001 11:41:37 -0400


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

Modified Files:
	favorite_view.pt 
Log Message:



=== Products/CMFDecor/skins/zpt_content/favorite_view.pt 1.3 => 1.4 ===
 <div metal:fill-slot="main">
 <div class="Desktop">
-<div metal:use-macro="here/content_byline/macros/byline">By Me</div>
-<br>
-<div>
+<table>
+ <tr>
+   <td>
+      <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+   </td>
+ </tr>
+ <tr>
+   <td> 
 <a href="favorite.html" title="ZopeOrg"
    tal:define="favorite python:here.portal_url.getPortalPath() + '/' + here.remote_url"
    tal:attributes="href favorite; title favorite"><span tal:replace="favorite">www.zope.org</span></a>
-</div>
-
+   </td>
+  </tr>
+ <tr>
+   <td>
 <div class="Discussion">
 <span tal:replace="here/viewThreadsAtBottom"
        tal:condition="here/viewThreadsAtBottom|nothing">Dicussions</span>
 </div>
+ </td>
+</tr>
+</table>
 </div>
 </div>
 </body>
 </html>
+