summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9eab674)
raw | patch | inline | side by side (parent: 9eab674)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 29 Jul 2001 09:31:35 +0000 (09:31 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 29 Jul 2001 09:31:35 +0000 (09:31 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@137 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/htmltemplate.py | patch | blob | history |
index c2d03976eea936f50b9313f3ae584780fe00e243..c79fdd61aaabcbd6546539a9976e35f4dd6dfd65 100644 (file)
--- a/roundup/htmltemplate.py
+++ b/roundup/htmltemplate.py
-# $Id: htmltemplate.py,v 1.10 2001-07-29 09:28:23 richard Exp $
+# $Id: htmltemplate.py,v 1.11 2001-07-29 09:31:35 richard Exp $
import os, re, StringIO, urllib, cgi, errno
dir = name[0]
if dir == '-':
name = name[1:]
+ else:
+ dir = ''
if sort_name == name:
if dir == '-':
s_dir = ''
#
# $Log: not supported by cvs2svn $
+# Revision 1.10 2001/07/29 09:28:23 richard
+# Fixed sorting by clicking on column headings.
+#
# Revision 1.9 2001/07/29 08:27:40 richard
# Fixed handling of passed-in values in form elements (ie. during a
# drill-down)