Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 3472:522b11d5ba8d
classhelp works with Link properties now [SF#1410290]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 20 Jan 2006 02:09:11 +0000 |
| parents | 969ec14c09cf |
| children | cd116ef40737 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Fri Jan 20 02:07:15 2006 +0000 +++ b/templates/classic/html/_generic.help.html Fri Jan 20 02:09:11 2006 +0000 @@ -71,11 +71,12 @@ <th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th> </tr> <tr tal:repeat="item batch"> - <tal:block tal:define="attr python:item[props[0]]"> - <td> - <input type="checkbox" name="check" + <tal:block tal:define="attr python:item[props[0]]" > + <td> + <input name="check" onclick="updatePreview();" - tal:attributes="value attr; id string:id_$attr" /> + tal:attributes="type python:request.form['type'].value; + value attr; id string:id_$attr" /> </td> <td tal:repeat="prop props"> <label class="classhelp-label"
