summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60c40f9)
raw | patch | inline | side by side (parent: 60c40f9)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Oct 2003 20:31:40 +0000 (20:31 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Oct 2003 20:31:40 +0000 (20:31 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1923 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/templating.py | patch | blob | history |
index ef6fb41ccdc4eb2bfbdfd02699a0ef7ef0293068..9e0f2d2b66e136c9f0d7ca501401698db8233bef 100644 (file)
properties.sort()
properties = ','.join(properties)
if property:
- property = '&property=%s'%property
+ property = '&property=%s'%property
return '<a class="classhelp" href="javascript:help_window(\'%s?'\
- ':startwith=0&:template=help&properties=%s%s\', \'%s\', \
+ ':startwith=0&:template=help&properties=%s%s\', \'%s\', \
\'%s\')">%s</a>'%(self.classname, properties, property, width,
height, label)