Revert "feat(templates) Add support for plone.formwidget.autocomplete 2.0"

I am going to do some changes on autocomplete which I can't finish
right now and I fear it might take longer, so I'll revert
autocomplete and this one for now.

This reverts commit af35485096.
This commit is contained in:
Patrick Gerken 2013-05-23 01:04:12 +02:00
parent af35485096
commit 2a5d645723
2 changed files with 1 additions and 8 deletions

View File

@ -15,8 +15,6 @@ Changelog
* Do not exclude content types which are not allowed in navigation [ebrehault]
* Add support for plone.formwidget.autocomplete 2.0 [do3cc]
1.0.6 (2012-09-28)
------------------

View File

@ -1,12 +1,7 @@
<i18n:domain i18n:domain="plone.formwidget.contenttree">
<div tal:attributes="id string:${view/id}-autocomplete;
class view/css_class_for_autocomplete_initalization">
<div tal:attributes="id string:${view/id}-autocomplete">
<div tal:attributes="id string:${view/id}-input-fields" class="autocompleteInputWidget"
tal:content="structure view/renderQueryWidget" />
<span class="autocomplete_options hidden_structure"
tal:attributes="data-source view/autocomplete_url;
data-minLength view/minLength"/>
<tal:block replace="structure view/subform/render" />
</div>
<div class="contenttreeWindow"