Commit d6bf37b2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove unnecessary condition (same as r.27744).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27747 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bff72a85
......@@ -145,11 +145,11 @@
<a tal:attributes="id string:${field_id}_title; href here/getListActionUrl"\n
tal:condition="python: here.field.get_value(\'list_action\')">\n
<em i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" tal:condition="here/getTitle"/>\n
i18n:domain="ui" tal:content="here/getTitle" />\n
</a>\n
<tal:block tal:condition="python: not here.field.get_value(\'list_action\')">\n
<em i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" tal:condition="here/getTitle"/>\n
i18n:domain="ui" tal:content="here/getTitle" />\n
</tal:block>\n
\n
<!-- supporting domain tree mode for gadget mode (disabled)-->\n
......
......@@ -124,11 +124,11 @@
<a tal:attributes="id string:${field_id}_title; href here/getListActionUrl"\n
tal:condition="python: here.field.get_value(\'list_action\')">\n
<em i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" tal:condition="here/getTitle"/>\n
i18n:domain="ui" tal:content="here/getTitle" />\n
</a>\n
<tal:block tal:condition="python: not here.field.get_value(\'list_action\')">\n
<em i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" tal:condition="here/getTitle"/>\n
i18n:domain="ui" tal:content="here/getTitle" />\n
</tal:block>\n
<!-- supporting domain tree mode for gadget mode (disabled)-->\n
<!--\n
......
771
\ No newline at end of file
772
\ 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