[Checkins] SVN: Products.CMFTopic/trunk/Products/CMFTopic/browser/topic.pt - use @@content_macros

Yvo Schubbe cvs-admin at zope.org
Tue Aug 28 08:56:41 UTC 2012


Log message for revision 127596:
  - use @@content_macros

Changed:
  U   Products.CMFTopic/trunk/Products/CMFTopic/browser/topic.pt

-=-
Modified: Products.CMFTopic/trunk/Products/CMFTopic/browser/topic.pt
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/browser/topic.pt	2012-08-28 08:52:23 UTC (rev 127595)
+++ Products.CMFTopic/trunk/Products/CMFTopic/browser/topic.pt	2012-08-28 08:56:37 UTC (rev 127596)
@@ -1,19 +1,7 @@
-<html metal:use-macro="context/@@standard_macros/page">
-<head>
-
-<metal:slot fill-slot="style_slot">
-<tal:span tal:replace="structure context/getBaseTag" />
-</metal:slot>
-
-</head>
+<html metal:use-macro="context/@@content_macros/page">
 <body>
 
-<metal:slot metal:fill-slot="body" i18n:domain="cmf_default"
-><h1 id="DesktopTitle" tal:content="view/title">TOPIC TITLE</h1>
-
-<p id="DesktopDescription" tal:condition="view/description|nothing"
-   tal:content="view/description">DESCRIPTION OF THE TOPIC.</p>
-
+<metal:slot metal:fill-slot="main" i18n:domain="cmf_default">
 <tal:case tal:condition="view/listSubtopicInfos"
 ><h4 i18n:translate="">Subtopics:</h4>
  <div tal:repeat="item_info view/listSubtopicInfos">



More information about the checkins mailing list