Commit 4d4655e4 authored by Romain Courteaud's avatar Romain Courteaud

2006-08-23 Romain

* Translate tab name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69bab527
......@@ -104,7 +104,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block tal:repeat="action actions">\n
<li tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
<a tal:attributes="href python: here.ERP5XhtmlStyle_renderLink(action[\'url\'], http_parameters)"\n
tal:content="action/name"></a>\n
tal:content="action/name"\n
i18n:translate="" i18n:domain="ui"></a>\n
</li>\n
</tal:block>\n
</ul>\n
......
2006-08-23 Romain
* Translate tab name.
2006-08-22 Kevin
* Unset editable_mode when viewing an object through Web Site object.
* Let the website form be editable even if no form layout found.
......
This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
Handles page parameters dynamically.
\ No newline at end of file
102
\ No newline at end of file
104
\ 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