[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic -
mail_password_template.pt:1.1.2.1
Yvo Schubbe
y.2004_ at wcm-solutions.de
Fri Sep 17 08:16:12 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv20221/CMFDefault/skins/zpt_generic
Added Files:
Tag: CMF-1_5-branch
mail_password_template.pt
Log Message:
- added missing mail_password_template
=== Added File Products/CMFDefault/skins/zpt_generic/mail_password_template.pt ===
<tal:page i18n:domain="cmf_default"
tal:define="ptool context/portal_properties"
>Subject: <tal:span i18n:translate=""><tal:span i18n:name="portal_title"
tal:content="ptool/title" />: Membership reminder</tal:span>
From: <tal:span
tal:content="ptool/email_from_name" /> <tal:span
tal:replace="structure string:<${ptool/email_from_address}>" />
To: <tal:span tal:replace="structure string:<${options/member/email}>" />
Content-Type: text/plain
<tal:span i18n:translate="">Your password: <tal:span i18n:name="password"
tal:content="options/password" /></tal:span>
<tal:span i18n:translate="">Request made by IP <tal:span i18n:name="ip"
tal:define="ip python:request.HTTP_X_FORWARDED_FOR or request.REMOTE_ADDR"
tal:content="ip" /> at <tal:span i18n:name="time"
tal:content="context/ZopeTime" /></tal:span>
</tal:page>
More information about the CMF-checkins
mailing list