fix order of elements on classifier standard view

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3228 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-02-13 15:29:07 +00:00
parent bac5792e51
commit c649dc8fd7

View file

@ -1,11 +1,21 @@
<html i18n:domain="loops">
<!-- $Id$ -->
<metal:resources define-macro="render_classifier"
tal:define="dummy item/update">
<metal:concept use-macro="item/template/macros/conceptdata" />
<metal:concept use-macro="item/template/macros/conceptdata">
<metal:fill fill-slot="querydata">
<br />
<form action="." method="post">
<input type="submit" name="update" value="Run Auto-Classification" />
</form>
</metal:fill>
</metal:concept>
</metal:resources>
</html>