Commit e2fe399a authored by Julien Muchembled's avatar Julien Muchembled

Maximize width of search fields in listboxes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29589 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c3fd97b
......@@ -223,7 +223,7 @@
</td>\n
<tal:block tal:condition="show_search_line"\n
tal:repeat="value here/getSearchValueList">\n
<td class="DataB"\n
<td class="DataB" style="padding-right: 5px"\n
tal:define="alias python: value[0];\n
param python: value[1];\n
search_field python: value[2]">\n
......@@ -232,7 +232,7 @@
tal:replace="structure python: search_field.render(value = param, key = alias)" />\n
<tal:block tal:condition="python: search_field is None">\n
<input tal:condition="not: is_gadget_mode" name="id" size="8" value=""\n
tal:attributes="name alias; value param" />\n
tal:attributes="name alias; value param" style="width: 100%" />\n
<input tal:condition="is_gadget_mode" \n
tal:define ="params python: {alias:\'this.value\'};"\n
size="8" type="textarea" \n
......
838
\ No newline at end of file
839
\ 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