Commit 21512238 authored by Kevin Deldycke's avatar Kevin Deldycke

Add a specific div wrapper class to differenciate editable mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fba8de0a
......@@ -110,13 +110,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
</ul>\n
</div>\n
<div class="content"><tal:block metal:define-slot="main" /></div>\n
<div class="content" tal:attributes="class python: editable_mode and \'content editable\' or \'content\'">\n
<tal:block metal:define-slot="main"/>\n
</div>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
</tal:block>
]]></string> </value>
</item>
......
2006-08-24 Kevin
* Add a specific div wrapper class to differenciate editable mode.
2006-08-23 Romain
* Translate tab name.
......
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
105
\ No newline at end of file
106
\ No newline at end of file
1.2.8
\ No newline at end of file
1.2.9
\ 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