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

Yvo Schubbe schubbe@web.de
Thu, 6 Mar 2003 05:36:17 -0500


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

Modified Files:
	finish_portal_construction.pt 
Log Message:
Merged yuppie-collector122-branch:
- Added i18n attributes. (Collector #122)
- Made scripts independent of submit button values.
- Added transition_form.

=== CMF/CMFDefault/skins/zpt_control/finish_portal_construction.pt 1.4 => 1.5 ===
--- CMF/CMFDefault/skins/zpt_control/finish_portal_construction.pt:1.4	Sun Jul 14 18:45:07 2002
+++ CMF/CMFDefault/skins/zpt_control/finish_portal_construction.pt	Thu Mar  6 05:36:11 2003
@@ -2,13 +2,13 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="here/main_template/macros/master">
 <body>
-<div metal:fill-slot="main">
+<div metal:fill-slot="main" i18n:domain="cmf_default">
 
 <div class="Desktop">
 
-<h3>Welcome to the CMF!</h3>
+<h3 i18n:translate="">Welcome to the CMF!</h3>
 
-<p> The first thing you should do is visit the
+<p i18n:translate=""> The first thing you should do is visit the
  <a href="http://cmf.zope.org"
     tal:attributes="href string:${here/portal_url}/reconfig_form"
  >basic configuration form</a>.