Commit 8861fba1 authored by Yusei Tahara's avatar Yusei Tahara

2009-01-14 yusei

* Fixed a wrong link to activity tool under virtual host environment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25094 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0001378
......@@ -315,7 +315,7 @@
</a>\n
<a tal:condition="here/hasActivity | nothing" class="activity_pending"\n
title="Activity Pending"\n
tal:attributes="href python: portal.portal_membership.checkPermission(\'View management screens\', portal.portal_activities) and \'%s%s/manageActivities\' % (here.REQUEST[\'SERVER_URL\'],portal.portal_activities.getUrl(), ) or \'#\'"\n
tal:attributes="href python: portal.portal_membership.checkPermission(\'View management screens\', portal.portal_activities) and \'%s/portal_activities/manageActivities\' % (portal.portal_url()) or \'#\'"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Activity Pending</span>\n
......
2009-01-14 yusei
* Fixed a wrong link to activity tool under virtual host environment.
2008/12/12 nicolas
* Add Page Template for FormBox
......
639
\ No newline at end of file
640
\ 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