Commit 6ca52607 authored by Yusei Tahara's avatar Yusei Tahara

2007-11-28 Yusei

* Remove hardcoded ingestion email address from WebSite_viewContributeRenderer. Please use Email Ingestion Address preference instead.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17883 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef1faebb
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -94,7 +91,10 @@
\n
<div style="float:right; margin-top:10px;">\n
<a onclick="setMailString();" id="mail_contribute_button"\n
href="mailto:dms@dms.nexedi.com?subject=Contribution&body=">\n
href="mailto:dms@dms.nexedi.com?subject=Contribution&body="\n
tal:define="ingestion_address here/portal_preferences/getPreferredDocumentEmailIngestionAddress|nothing"\n
tal:condition="ingestion_address"\n
tal:attributes="href string:${ingestion_address}?subject=Contribution&body=">\n
<img src="send_by_mail" border="0"/>\n
<tal:block i18n:translate="" i18n:domain="ui">Click here to contribute by Email</tal:block></a>\n
&nbsp;\n
......
2007-11-28 Yusei
* Remove hardcoded ingestion email address from WebSite_viewContributeRenderer. Please use Email Ingestion Address preference instead.
2007-11-28 Yusei
* Remove bookmark box from WebSite_viewDashboardRenderer.
......
604
\ No newline at end of file
606
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment