do not disable keywords <select>, as it's the transport for the data

This commit is contained in:
Frédéric Péters 2013-04-13 16:33:47 +02:00
parent 5f3f859a78
commit 3d2668dbc1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<select id="" name="" class="" tabindex="" disabled="" multiple="multiple" size="5"
<select id="" name="" class="" tabindex="" multiple="multiple" size="5"
style="display: none;"
tal:attributes="id view/id;
name string:${view/name}:list">