[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_control -
finish_portal_construction.pt:1.6
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Aug 3 09:00:50 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv30347/CMFDefault/skins/zpt_control
Modified Files:
finish_portal_construction.pt
Log Message:
- replaced tabs
- some other cleanup
=== Products/CMFDefault/skins/zpt_control/finish_portal_construction.pt 1.5 => 1.6 ===
--- Products/CMFDefault/skins/zpt_control/finish_portal_construction.pt:1.5 Thu Mar 6 05:36:11 2003
+++ Products/CMFDefault/skins/zpt_control/finish_portal_construction.pt Tue Aug 3 09:00:50 2004
@@ -1,6 +1,4 @@
-<html xmlns:tal="http://xml.zope.org/namespaces/tal"
- xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+<html metal:use-macro="here/main_template/macros/master">
<body>
<div metal:fill-slot="main" i18n:domain="cmf_default">
@@ -15,7 +13,7 @@
<br />
Then visit the
<a href="/manage"
- tal:attributes="href string:${here/portal_url}/manage"
+ tal:attributes="href string:${here/portal_url}/manage"
>management interface</a> and the
<a href="/"
tal:attributes="href string:${here/portal_url}/">home page</a>.
More information about the CMF-checkins
mailing list