Commit 5850ae65 authored by Kevin Deldycke's avatar Kevin Deldycke

Remove default value (by jp).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9282 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23075c5b
......@@ -90,7 +90,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div class="document"\n
tal:define="actions actions/object_view | python: []">\n
<div class="actions">\n
<tal:block tal:condition="editable_mode | python: 1">\n
<tal:block tal:condition="editable_mode">\n
<button tal:condition="form_action"\n
type="submit" class="save" title="Save"\n
tal:attributes="name python: \'%s:method\' % (form_action, )"\n
......
2006-08-21 Kevin
* Include support for editable_mode parameter in main_template.
* Remove default value (by jp).
2006-08-21 Chris
* Made form_render code a lot lighter with same final result using a loop
......
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
90
\ No newline at end of file
92
\ No newline at end of file
1.2.1
\ No newline at end of file
1.2.2
\ 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