[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic -
mail_password_template.pt:1.2
Yvo Schubbe
y.2004_ at wcm-solutions.de
Fri Sep 17 08:17:11 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv20502/CMFDefault/skins/zpt_generic
Added Files:
mail_password_template.pt
Log Message:
- added missing mail_password_template
=== Products/CMFDefault/skins/zpt_generic/mail_password_template.pt 1.1 => 1.2 ===
--- /dev/null Fri Sep 17 08:17:10 2004
+++ Products/CMFDefault/skins/zpt_generic/mail_password_template.pt Fri Sep 17 08:17:10 2004
@@ -0,0 +1,18 @@
+<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