This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.searchform/tabellio/searchform/authors_input.pt

7 lines
300 B
XML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<input type="hidden" tal:attributes="id view/id; name view/name;"/>
<input class="author-autocomplete" type="text" tal:attributes="name string:${view/name}-query"/>
</html>