Commit 3ed58da2 authored by Jérome Perrin's avatar Jérome Perrin

use getProperty to get the form title, this way one can replace the property

with a TALES type property



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ade65394
......@@ -71,7 +71,7 @@
<parameter>FirstPage</parameter>\n
</action>\n
\n
<para tal:content="form/title" style="Title" i18n:translate="" i18n:domain="ui">toto</para>\n
<para tal:content="python: form.getProperty(\'title\')" style="Title" i18n:translate="" i18n:domain="ui">toto</para>\n
<spacer height="100"/>\n
\n
\n
......
12
\ No newline at end of file
13
\ 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