search for: addcellinfo

Displaying 1 result from an estimated 1 matches for "addcellinfo".

2002 Dec 09
0
Mailman 'held' messages (was SPAM on List...)
...mm_cfg.DEFER, 1)), Center(RadioButton(id, mm_cfg.APPROVE, 0)), Center(RadioButton(id, mm_cfg.REJECT, 0)), ! Center(RadioButton(id, mm_cfg.DISCARD, 0)), ]) t.AddRow([Bold('Action:'), buttons]) t.AddCellInfo(row+3, col-1, align='right') --- 218,229 ---- buttons = Table(cellspacing="5", cellpadding="0") buttons.AddRow(map(lambda x, s=' '*5: s+x+s, ('Defer', 'Approve', 'Reject', 'Discard')))...