[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_control - finish_portal_construction.pt:1.2.4.1 synPropertiesForm.pt:1.2.4.1

Andrew Sawyers andrew@zope.com
Tue, 11 Dec 2001 10:54:26 -0500


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv16236/CMFDefault/skins/zpt_control

Modified Files:
      Tag: ExtensionsBranch
	finish_portal_construction.pt synPropertiesForm.pt 
Log Message:

*Prototype CMF with extensions for webdav
*Things will change to make this functionality baclwards
compatible; beware.


=== CMF/CMFDefault/skins/zpt_control/finish_portal_construction.pt 1.2 => 1.2.4.1 ===
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/main_template/macros/master">
+      metal:use-macro="here/main_template.pt/macros/master">
 <body>
 <div metal:fill-slot="main">
 
@@ -10,7 +10,7 @@
 
 <p>The first thing you should do is visit the
  <a href="http://cmf.zope.org"
-    tal:attributes="href python: here.portal_url() + '/reconfig_form'">basic configuration form</a>.<br />
+    tal:attributes="href python: here.portal_url() + '/reconfig_form.pt'">basic configuration form</a>.<br />
  Then visit the <a href="http://cmf.zope.org"
  				   tal:attributes="href python: here.portal_url() + '/manage'">management interface</a> and
  the <a href="http://cmf.zope.org"


=== CMF/CMFDefault/skins/zpt_control/synPropertiesForm.pt 1.2 => 1.2.4.1 ===
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/main_template/macros/master">
+      metal:use-macro="here/main_template.pt/macros/master">
 <body>
 <div metal:fill-slot="main">	  
 <div class="Desktop" tal:define="global portal_syndication here/portal_syndication">