Commit b0ffb375 authored by Jérome Perrin's avatar Jérome Perrin

apply same fix as http://svn.erp5.org/?view=revision&revision=32900

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34476 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc9b07b0
......@@ -79,8 +79,7 @@ It is possible to specify a group id and a group title by naming a group followi
<tal:block tal:repeat="group group_list">\n
<tal:block tal:define="gid group/gid;">\n
<fieldset tal:condition="python: gid.find(\'hidden\') &lt; 0"\n
tal:attributes="class python:gid + \n
(\' editable\' * request.get(\'editable_mode\', 0) or \' viewable\');\n
tal:attributes="class python:gid + test(request.get(\'editable_mode\', 0), \' editable\', \' viewable\');\n
id python: \'fieldset_%s\' % (gid.replace(\' \', \'_\'), );">\n
<div class="box">\n
<div class="text">\n
......
1327
\ No newline at end of file
1328
\ 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