[Zope3-checkins] CVS: Products3/NewsSite/NewsItem - configure.zcml:1.9 info.pt:1.8

Ulrich Eck ueck@net-labs.de
Thu, 27 Mar 2003 11:41:40 -0500


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

Modified Files:
	configure.zcml info.pt 
Log Message:
major refactoring of newssite skin


=== Products3/NewsSite/NewsItem/configure.zcml 1.8 => 1.9 ===
--- Products3/NewsSite/NewsItem/configure.zcml:1.8	Thu Mar 27 10:12:05 2003
+++ Products3/NewsSite/NewsItem/configure.zcml	Thu Mar 27 11:41:09 2003
@@ -51,8 +51,6 @@
     class=".browser.NewsItemInfoView"
     template="info.pt"
     permission="zope.View"
-    menu="zmi_views"
-    title="View"
     />
 
 <browser:icon


=== Products3/NewsSite/NewsItem/info.pt 1.7 => 1.8 ===
--- Products3/NewsSite/NewsItem/info.pt:1.7	Thu Mar 27 08:40:53 2003
+++ Products3/NewsSite/NewsItem/info.pt	Thu Mar 27 11:41:09 2003
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/newssite_macros/page">
 <head>
 <title>News Item XXX dublin core title here</title>
 </head>