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:
parent
bac5792e51
commit
c649dc8fd7
1 changed files with 14 additions and 4 deletions
|
@ -1,11 +1,21 @@
|
||||||
|
<html i18n:domain="loops">
|
||||||
|
<!-- $Id$ -->
|
||||||
|
|
||||||
|
|
||||||
<metal:resources define-macro="render_classifier"
|
<metal:resources define-macro="render_classifier"
|
||||||
tal:define="dummy item/update">
|
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">
|
<form action="." method="post">
|
||||||
<input type="submit" name="update" value="Run Auto-Classification" />
|
<input type="submit" name="update" value="Run Auto-Classification" />
|
||||||
</form>
|
</form>
|
||||||
|
</metal:fill>
|
||||||
|
|
||||||
|
</metal:concept>
|
||||||
|
|
||||||
</metal:resources>
|
</metal:resources>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue