From 6c894464cdbe258b5f6a8dd7468d8ad74610baa9 Mon Sep 17 00:00:00 2001 From: jlgijsbers Date: Fri, 3 Oct 2003 19:15:24 +0000 Subject: [PATCH] Move '' elements into a block, it is invalid HTML4 Strict to have them at the top of a form. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1896 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 9 +++++---- templates/classic/html/file.item.html | 16 ++++++++-------- templates/classic/html/issue.item.html | 9 +++++---- templates/classic/html/issue.search.html | 6 ++++-- templates/classic/html/keyword.item.html | 9 +++++---- templates/classic/html/user.forgotten.html | 18 +++++++++++++----- templates/classic/html/user.item.html | 9 +++++---- templates/classic/html/user.register.html | 6 ++---- 8 files changed, 47 insertions(+), 35 deletions(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index 951a881..f752e54 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.101 $ +:Version: $Revision: 1.102 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -2373,8 +2373,6 @@ So putting it all together, and closing the table and form we get::
- - @@ -2385,7 +2383,10 @@ So putting it all together, and closing the table and form we get:: - + diff --git a/templates/classic/html/file.item.html b/templates/classic/html/file.item.html index ca9f6bd..dd102b2 100644 --- a/templates/classic/html/file.item.html +++ b/templates/classic/html/file.item.html @@ -13,13 +13,6 @@ You are not allowed to view this page. - - - - -
Category
  +   + + submit button will go here
@@ -31,7 +24,14 @@ You are not allowed to view this page. - +
Name
  +   + + + + submit button here
diff --git a/templates/classic/html/issue.item.html b/templates/classic/html/issue.item.html index 6e3b8f2..1ac2325 100644 --- a/templates/classic/html/issue.item.html +++ b/templates/classic/html/issue.item.html @@ -23,9 +23,6 @@ You are not allowed to view this page. enctype="multipart/form-data" tal:condition="context/is_edit_ok" tal:attributes="action context/designator"> - - - @@ -81,7 +78,11 @@ python:db.user.classhelp('username,realname,address', property='nosy', width='60 - + diff --git a/templates/classic/html/issue.search.html b/templates/classic/html/issue.search.html index 8a41340..a46334f 100644 --- a/templates/classic/html/issue.search.html +++ b/templates/classic/html/issue.search.html @@ -6,7 +6,6 @@
Title
  +   + + + submit button will go here - + diff --git a/templates/classic/html/keyword.item.html b/templates/classic/html/keyword.item.html index 47f9223..6bb0042 100644 --- a/templates/classic/html/keyword.item.html +++ b/templates/classic/html/keyword.item.html @@ -31,9 +31,6 @@ - - -
@@ -41,7 +38,11 @@ - + diff --git a/templates/classic/html/user.forgotten.html b/templates/classic/html/user.forgotten.html index 1df6918..d527c46 100644 --- a/templates/classic/html/user.forgotten.html +++ b/templates/classic/html/user.forgotten.html @@ -10,11 +10,19 @@ know the email address you registered with, enter it below.

- - -
Keyword
  +   + + + submit button will go here
- - +
Email Address:
+ + + + + + + +
Email Address:
  + + + +

Or, if you know your username, then enter it below.

diff --git a/templates/classic/html/user.item.html b/templates/classic/html/user.item.html index 52c2219..c3cdc78 100644 --- a/templates/classic/html/user.item.html +++ b/templates/classic/html/user.item.html @@ -21,9 +21,6 @@ You are not allowed to view this page. - - - @@ -72,7 +69,11 @@ You are not allowed to view this page. - +
Name
  +   + + + submit button here
diff --git a/templates/classic/html/user.register.html b/templates/classic/html/user.register.html index a226413..f43ca26 100644 --- a/templates/classic/html/user.register.html +++ b/templates/classic/html/user.register.html @@ -16,10 +16,6 @@ You are not allowed to view this page. - - - - @@ -66,6 +62,8 @@ You are not allowed to view this page. -- 2.30.2
  + +