Commit e06d385d authored by Mayoro Diagne's avatar Mayoro Diagne

2010-07-08 mayoro

* remove wrong condition
* change pending worklist permissions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36997 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 820928b6
......@@ -51,7 +51,7 @@
<a class="home" tal:attributes="href python:context.getWebSiteValue().absolute_url()" \n
href="./home" i18n:translate="" i18n:domain="ui">Home</a>\n
</tal:block>\n
<a class="preferences" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==True or 1" href="PreferenceTool_viewChangePasswordDialog" \n
<a class="preferences" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==True" href="PreferenceTool_viewChangePasswordDialog" \n
i18n:translate="" i18n:domain="ui">Change Password</a>\n
\n
<!--\n
......
......@@ -61,10 +61,8 @@ Base_viewSearchResultList?validation_state=pending&reset=1
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Auditor</string>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
</tuple>
</value>
</item>
......
2010-07-08 mayoro
* remove wrong condition
* change pending worklist permissions
2010-07-08 mayoro
* add tabber-cookie.js
* order action buttons on header workspaces
......
716
\ No newline at end of file
718
\ 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