Mercurial > p > roundup > code
diff doc/customizing.txt @ 1156:d0da32fbdedc
gadfly backend now complete
can handle schema changes in non-Multilinks (though only one at a time
at present)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Sep 2002 08:04:46 +0000 |
| parents | e0142ee233e8 |
| children | e2b5f02cefe3 |
line wrap: on
line diff
--- a/doc/customizing.txt Mon Sep 16 06:51:13 2002 +0000 +++ b/doc/customizing.txt Mon Sep 16 08:04:46 2002 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.41 $ +:Version: $Revision: 1.42 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1887,7 +1887,7 @@ <input type="hidden" name=":action" value="page1submit"> <strong>Category:</strong> - <span tal:replace="structure context/category/menu" /> + <tal:block tal:replace="structure context/category/menu" /> <input type="submit" value="Continue"> </form>
