Mercurial > p > roundup > code
changeset 1553:323ff980c2dd
oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 04:02:18 +0000 |
| parents | 68ef6deefcf1 |
| children | 693b915041e6 |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Mar 26 03:35:00 2003 +0000 +++ b/roundup/cgi/templating.py Wed Mar 26 04:02:18 2003 +0000 @@ -445,7 +445,7 @@ property = '&property=%s'%property return '<a href="javascript:help_window(\'%s?:template=help&' \ 'properties=%s%s\', \'%s\', \'%s\')"><b>(%s)</b></a>'%( - self.classname, property, properties, width, height, label) + self.classname, properties, property, width, height, label) def submit(self, label="Submit New Entry"): ''' Generate a submit button (and action hidden element)
