[Zope3-checkins] CVS: Products3/NewsSite - newsindex.pt:1.8 reviewlist.pt:1.2

Yvo Schubbe schubbe@web.de
Thu, 27 Mar 2003 13:05:33 -0500


Update of /cvs-repository/Products3/NewsSite
In directory cvs.zope.org:/tmp/cvs-serv20063

Modified Files:
	newsindex.pt reviewlist.pt 
Log Message:
new add/editform code for NewsItem (has problem with absolut_url -> not showing the 
zmi_views correctly, url has "(adapted)" in the path)
we need to make zope/app/form/utility.py and zope/app/browser/form/add.py and editview.py
adapter aware somehow!!


=== Products3/NewsSite/newsindex.pt 1.7 => 1.8 ===
--- Products3/NewsSite/newsindex.pt:1.7	Thu Mar 27 11:41:08 2003
+++ Products3/NewsSite/newsindex.pt	Thu Mar 27 13:05:02 2003
@@ -10,7 +10,7 @@
 				 tal:content="item/date"/>    
 		   <a href="link" tal:attributes= "href item/absolute_url"
 		   ><span tal:content="item/dc/title"/></a><br>
-		<span tal:content="item/obj/lead"/></p>
+		<span tal:content="item/obj/teaser"/></p>
 	</span>
 </div>
 </body>


=== Products3/NewsSite/reviewlist.pt 1.1 => 1.2 ===
--- Products3/NewsSite/reviewlist.pt:1.1	Thu Mar 27 11:04:57 2003
+++ Products3/NewsSite/reviewlist.pt	Thu Mar 27 13:05:02 2003
@@ -14,7 +14,7 @@
             <a href="link" tal:attributes= "href item/review_url">Workflow</a>
            
             <br/>
-		    <span tal:content="item/obj/lead"/>
+		    <span tal:content="item/obj/teaser"/>
        </p>
 	</span>
 </div>