|
From: Luke O. <lu...@me...> - 2003-04-09 14:24:20
|
Not sure if this is in CVS? Just a "+" instead of "%".
- Luke
class RadioField(SelectField):
def htInputRender(....):
...
out.write(html.label(
>> for_='%s_%i' + (nameMap(self.name()), id),
<< for_='%s_%i' % (nameMap(self.name()), id),
c=htmlEncode(value)))
out.write(html.br())
--
Many people are hamstrung by things like affection for
fellow employees, honesty, desire to appear to be a
"nice person," and other crippling limitations not
suffered by the truly powerful and successful.
|