Commit c6842144 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* remove unnecessary condition.

* use span.listbox_title to make the apperance consistent for missing list_action case.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27744 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3764d64d
......@@ -101,11 +101,11 @@
tal:attributes="id string:${field_id}_title; href here/getListActionUrl"\n
tal:condition="python: here.field.get_value(\'list_action\')">\n
<tal:block 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
<tal:block i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" tal:condition="here/getTitle"/>:\n
<span class="listbox_title" i18n:translate="" \n
i18n:domain="ui" tal:content="here/getTitle" />:\n
</tal:block>\n
<span id="listbox_record_number" class="listbox_record_number"\n
tal:attributes="id string:${field_id}_record_number"\n
......
770
\ No newline at end of file
771
\ 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