[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic - login_form.pt:1.8 registered_notify_template.pt:1.6

Yvo Schubbe y.2005- at wcm-solutions.de
Tue Jan 25 16:50:55 EST 2005


Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv3192/CMFDefault/skins/zpt_generic

Modified Files:
	login_form.pt registered_notify_template.pt 
Log Message:
- updated Action location


=== Products/CMFDefault/skins/zpt_generic/login_form.pt 1.7 => 1.8 ===
--- Products/CMFDefault/skins/zpt_generic/login_form.pt:1.7	Sun Jan 11 07:59:02 2004
+++ Products/CMFDefault/skins/zpt_generic/login_form.pt	Tue Jan 25 16:50:55 2005
@@ -3,13 +3,13 @@
       metal:use-macro="here/main_template/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default"
-   tal:define="mtool here/portal_membership">
+   tal:define="atool here/portal_actions">
 <div class="Desktop">
 
 <h2 i18n:translate="">Log in</h2>
 
 <form action="" method="post"
-   tal:attributes="action python: mtool.getActionInfo(
+   tal:attributes="action python: atool.getActionInfo(
                                                     'user/logged_in')['url']">
 
 <!-- ****** Enable the automatic redirect ***** -->


=== Products/CMFDefault/skins/zpt_generic/registered_notify_template.pt 1.5 => 1.6 ===
--- Products/CMFDefault/skins/zpt_generic/registered_notify_template.pt:1.5	Thu Oct  7 07:13:52 2004
+++ Products/CMFDefault/skins/zpt_generic/registered_notify_template.pt	Tue Jan 25 16:50:55 2005
@@ -1,9 +1,9 @@
 <tal:page i18n:domain="cmf_default"
-   tal:define="mtool context/portal_membership;
+   tal:define="atool context/portal_actions;
                ptool context/portal_properties;
                utool nocall:context/portal_url;
                member_email options/member/email | string:foo at example.org;
-               login_url python:mtool.getActionInfo('user/login')['url']"
+               login_url python:atool.getActionInfo('user/login')['url']"
 >Subject: <tal:span i18n:translate=""><tal:span i18n:name="portal_title"
     tal:content="ptool/title" />: Your Membership Information</tal:span>
 From: <tal:span



More information about the CMF-checkins mailing list