Code

Simplify.
[roundup.git] / share / roundup / templates / devel / html / _generic.query.html
index e262bf4113732df81a1dac5547d5ab36eeefc233..a279d8cefdbace73cd47f9337fa5c0b3d90fac3e 100644 (file)
@@ -3,12 +3,12 @@
   allowed to view this page.</p>
 
   <tal:if condition="context/is_view_ok">
-   <tal:def define="batch request/batch">
     <form>
      <table class="classhelp"
             tal:define="props python:request.form['properties'].value.split(',');
                         legend templates/query/macros/legend;
-                        navigation templates/query/macros/navigation;">
+                        navigation templates/query/macros/navigation;
+                       batch request/batch;">
       <thead>
        <tr metal:use-macro="navigation"/>
         <tr metal:use-macro="legend"/>
@@ -35,7 +35,6 @@
        </tbody>
      </table>
     </form>
-   </tal:def> <!-- batch -->
   </tal:if>
 </tal:block>