increase contact field size

This commit is contained in:
Frédéric Péters 2011-12-07 17:42:10 +01:00
parent 806e372068
commit a57ef21204
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<select size="5" tal:attributes="name string:${view/name}-select">
<select size="8" tal:attributes="name string:${view/name}-select">
<option tal:repeat="item view/get_known_contacts" tal:content="item/title"/>
</select><br/>
<input id="" name="" class="contact-field" title="" lang="" disabled=""