![]() ![]() | ![]() |
change utf-8 handlingCVS: ----------------------------------------------------------------------
<h1 tal:replace="structure here/manage_page_header">Header</h1> <h2>Change Navigation structure</h2> <form method="post" action="ECHO_navigationConfig"> <b>Title</b><input name="title" tal:attributes="value here/title"><br> <b>Path to the stored Hierarchy</b><input name="pathToHierarchy" tal:attributes="value here/pathToHierarchy"><br> <b>Object classes to be displayed in the navigation tree:</b><br> <tal:block tal:repeat="type here/displayableMetaTypes"> <input tal:condition="python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" checked tal:attributes="value type"> <input tal:condition="not:python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" tal:attributes="value type"> <span tal:replace="type"/><br> </tal:block> <input type="submit"> </form> <h1 tal:replace="structure here/manage_page_footer">Footer</h1>