Commit d969b1d2 authored by Kevin Deldycke's avatar Kevin Deldycke

Don't show actions tabs in web_mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9475 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05b7074a
...@@ -100,7 +100,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -100,7 +100,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
i18n:translate="" i18n:domain="ui">Save</span>\n i18n:translate="" i18n:domain="ui">Save</span>\n
</button>\n </button>\n
</tal:block>\n </tal:block>\n
<ul tal:condition="python: len(actions)">\n <ul tal:condition="python: not is_web_mode and len(actions)">\n
<tal:block tal:repeat="action actions">\n <tal:block tal:repeat="action actions">\n
<li tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\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 <a tal:attributes="href python: here.ERP5XhtmlStyle_renderLink(action[\'url\'], http_parameters)"\n
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* Always return default erp5 xhtml_style template if not in web_mode. * Always return default erp5 xhtml_style template if not in web_mode.
* One liner editable_mode setter. * One liner editable_mode setter.
* Delete &nbsp; in dummy <p> tags used to clear. * Delete &nbsp; in dummy <p> tags used to clear.
* Don't show actions tabs in web_mode.
2006-08-24 Kevin 2006-08-24 Kevin
* Add a specific div wrapper class to differenciate editable mode. * Add a specific div wrapper class to differenciate editable mode.
......
124 127
\ No newline at end of file \ No newline at end of file
1.2.14 1.2.15
\ No newline at end of file \ 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