Commit 192999c6 authored by Yusei Tahara's avatar Yusei Tahara

2007-08-29 Yusei

* Add module_view action in context box.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15912 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b951fcfb
......@@ -158,6 +158,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
tal:attributes="value python: \'object %s\' % (action[\'url\'], )"\n
i18n:translate="" i18n:domain="ui"/>\n
</tal:block>\n
<tal:block tal:define="object_view_list actions/object_view|nothing;\n
module_view_list python:[i for i in object_view_list if i[\'id\']==\'module_view\']"\n
tal:condition="module_view_list">\n
<tal:block tal:repeat="action module_view_list">\n
<option tal:content="action/name"\n
tal:attributes="value python: \'object %s\' % (action[\'url\'],)"\n
i18n:translate="" i18n:domain="ui"/>\n
</tal:block>\n
</tal:block>\n
<tal:block tal:replace=\'nothing\'>\n
<!-- XXX folder actions is inherited from CMF, but not used in ERP5 (for now) -->\n
<option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">folder</tal:block> --</option>\n
......
2007-08-29 Yusei
* Add module_view action in context box.
2007-08-29 Rafael
* Updated Planning Box related stuff
2007-08-18 yo
* ERP5Site does not have getPortalType, so avoid calling getPortalType if not present.
2007-07-02 Yusei
* Fixed a invalid xhtml template.
......
421
\ No newline at end of file
431
\ 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