summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d3a028)
raw | patch | inline | side by side (parent: 4d3a028)
author | grubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 10 Jan 2002 10:02:15 +0000 (10:02 +0000) | ||
committer | grubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 10 Jan 2002 10:02:15 +0000 (10:02 +0000) |
Should this be done in date's string converter ?
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@527 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@527 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/htmltemplate.py | patch | blob | history |
index 28f4f40040ff7b1da352887f8e3b6ea4d4298e60..8892dd9d5f21dad012883c7264000eae5ee7afdc 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.50 2002-01-05 02:35:10 richard Exp $
+# $Id: htmltemplate.py,v 1.51 2002-01-10 10:02:15 grubert Exp $
__doc__ = """
Template engine.
_('<td><span class="list-item"><strong>Args</strong></span></td>')]
for id, date, user, action, args in self.cl.history(self.nodeid):
+ date_s = str(date).replace("."," ")
l.append('<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>'%(
- date, user, action, args))
+ date_s, user, action, args))
l.append('</table>')
return '\n'.join(l)
#
# $Log: not supported by cvs2svn $
+# Revision 1.50 2002/01/05 02:35:10 richard
+# I18N'ification
+#
# Revision 1.49 2001/12/20 15:43:01 rochecompaan
# Features added:
# . Multilink properties are now displayed as comma separated values in