diff templates/classic/html/issue.index.html @ 1824:24819ee5dfbc

First steps towards HTML4.01 Strict validation.
author Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
date Thu, 02 Oct 2003 16:00:45 +0000
parents b0ffb474716e
children fad32dafc174
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html	Tue Sep 30 23:57:02 2003 +0000
+++ b/templates/classic/html/issue.index.html	Thu Oct 02 16:00:45 2003 +0000
@@ -82,7 +82,7 @@
 </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 @@
               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>
 

Roundup Issue Tracker: http://roundup-tracker.org/