CVS: tmda-cgi EditList.py,1.9,1.10
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv7040
Modified Files:
EditList.py
Log Message:
Removed some useless comments.
Index: EditList.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/EditList.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- EditList.py 8 Dec 2003 20:01:17 -0000 1.9
+++ EditList.py 8 Dec 2003 21:48:05 -0000 1.10
@@ -123,22 +123,6 @@
HTML += ListEntry % listDict
T["Lists"] = HTML
-
-
- # OLD--------v
-# if File == EditFile:
-# HTML += '<tr><td><img src="%s/' % Template.Template.Dict["ThemeDir"]
-# HTML += """%(hfn)s" width="%(width)d" height="%(height)d" alt=""" % \
-# Buttons[File][1]
-# HTML += '"%s"></td></tr>\n' % Buttons[File][0]
-# else:
-# HTML += '<tr><td><a href="%s?cmd=editlist%d&SID=%s"><img src="%s/' % \
-# (os.environ["SCRIPT_NAME"], FileNum, PVars.SID,
-# Template.Template.Dict["ThemeDir"])
-# HTML += """%(fn)s" border="0" width="%(width)d"
-#height="%(height)d" alt=""" % Buttons[File][1]
-# HTML += '"%s"></td></tr>\n' % Buttons[File][0]
-# T["Lists"] = HTML
# Any subcommand?
if Form.has_key("subcmd"):