[CMF-checkins] CVS: CMF/CMFTopic/skins/zpt_topic - topic_criteria_form.pt:1.4.4.1 topic_edit_form.pt:1.2.6.1 topic_subtopics_form.pt:1.2.6.1 topic_view.pt:1.4.6.1
Andrew Sawyers
andrew@zope.com
Tue, 11 Dec 2001 10:53:57 -0500
Update of /cvs-repository/CMF/CMFTopic/skins/zpt_topic
In directory cvs.zope.org:/tmp/cvs-serv16236/CMFTopic/skins/zpt_topic
Modified Files:
Tag: ExtensionsBranch
topic_criteria_form.pt topic_edit_form.pt
topic_subtopics_form.pt topic_view.pt
Log Message:
*Prototype CMF with extensions for webdav
*Things will change to make this functionality baclwards
compatible; beware.
=== CMF/CMFTopic/skins/zpt_topic/topic_criteria_form.pt 1.4 => 1.4.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="container/main_template/macros/master">
+ metal:use-macro="container/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
=== CMF/CMFTopic/skins/zpt_topic/topic_edit_form.pt 1.2 => 1.2.6.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="container/main_template/macros/master">
+ metal:use-macro="container/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
=== CMF/CMFTopic/skins/zpt_topic/topic_subtopics_form.pt 1.2 => 1.2.6.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="container/main_template/macros/master">
+ metal:use-macro="container/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
=== CMF/CMFTopic/skins/zpt_topic/topic_view.pt 1.4 => 1.4.6.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="container/main_template/macros/master">
+ metal:use-macro="container/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">