Commit b4e6adc9 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix developper mode rendering bug.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9859 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f8da918
......@@ -90,7 +90,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
\n
\n
<tal:block metal:define-macro="form" tal:condition="python: not is_web_mode">\n
<tal:block metal:define-macro="form" tal:condition="not: is_web_mode | nothing">\n
<tal:block tal:define="image python: \'editform.png\';\n
info python: \'Edit this form\';\n
object python: form;\n
......@@ -112,7 +112,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
\n
\n
<tal:block metal:define-macro="field" tal:condition="python: not is_web_mode">\n
<tal:block metal:define-macro="field" tal:condition="not: is_web_mode | nothing">\n
<tal:block tal:define="image python: \'editfield.png\';\n
info python: \'Edit this field\';\n
object python: field;\n
......
2006-09-13 Kevin
* Fix developper mode rendering bug.
2006-09-12 Kevin
* Refactor login_form screen to match new xhtml style form structure.
......
173
\ No newline at end of file
175
\ No newline at end of file
1.2.27
\ No newline at end of file
1.2.28
\ 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