Code

First steps towards HTML4.01 Strict validation.
[roundup.git] / templates / classic / html / issue.index.html
index 0d331c5b56116cf9c4578a363b0b9dc102134019..dfd666e020bf10b1e51fe5ef07ef8b612ff0c5c4 100644 (file)
@@ -82,7 +82,7 @@ You are not allowed to view this page.
 </table>
 
 <form method="GET" tal:attributes="action request/classname">
- <tal:block tal:replace="structure python:request.indexargs_form(sort=0, group=0)" />
  <table class="form">
   <tr tal:condition="batch">
    <th>Sort on:</th>
@@ -116,7 +116,11 @@ You are not allowed to view this page.
               tal:attributes="checked python:request.group[0] == '-'"> 
    </td>
   </tr>
-  <tr><td colspan="4"><input type="submit" value="Redisplay"></td></tr>
+  <tr><td colspan="4">
+              <input type="submit" value="Redisplay">
+              <tal:block tal:replace="structure
+                python:request.indexargs_form(sort=0, group=0)" />
+  </td></tr>
  </table>
 </form>