Commit d5fd94ae authored by Kevin Deldycke's avatar Kevin Deldycke

Use standard getter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8773 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f597f30
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
\n \n
<caption>\n <caption>\n
<div>\n <div>\n
<span class="left"><em tal:content="here/field/title" tal:condition="here/field/title"/></span>\n <span class="left"><em tal:content="here/getTitle" tal:condition="here/getTitle"/></span>\n
<span class="right"\n <span class="right"\n
tal:define="listbox_max_lines python: int(here.getMaxLineNumber());\n tal:define="listbox_max_lines python: int(here.getMaxLineNumber());\n
total_line python: int(here.total_size);\n total_line python: int(here.total_size);\n
......
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