summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 138d837)
raw | patch | inline | side by side (parent: 138d837)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Feb 2002 09:10:52 +0000 (09:10 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Feb 2002 09:10:52 +0000 (09:10 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@635 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/htmltemplate.py | patch | blob | history |
index 9acb8ce5c7b50229e7fe7b64ba9f0e378402df04..ad7d8dec93a033695389c723b7dee0da1b8920e9 100644 (file)
--- a/roundup/htmltemplate.py
+++ b/roundup/htmltemplate.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: htmltemplate.py,v 1.75 2002-02-16 08:43:23 richard Exp $
+# $Id: htmltemplate.py,v 1.76 2002-02-16 09:10:52 richard Exp $
__doc__ = """
Template engine.
show_customization )
w('<table width=100% border=0 cellspacing=0 cellpadding=2>\n')
names = []
- seen = []
+ seen = {}
for name in all_filters + all_columns:
if self.properties.has_key(name) and not seen.has_key(name):
names.append(name)
#
# $Log: not supported by cvs2svn $
+# Revision 1.75 2002/02/16 08:43:23 richard
+# . #517906 ] Attribute order in "View customisation"
+#
# Revision 1.74 2002/02/16 08:39:42 richard
# . #516854 ] "My Issues" and redisplay
#