kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Add labels for OrderedMultiSelectionWidget #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Payment processor screen has a field for the accepted credit cards. This should 
include a label for 
the list of "available" credit cards and the list of "accepted" credit cards so 
users know the different 
between the two.

This field is using OrderedMultiSelectionWidget, like other fields ("buyable 
content types", "donable 
content types", etc), so it will be necessary to pass some additional 
parameters in the schema and 
then use in the widget's template.

Original issue reported on code.google.com by rs_al...@aeiou.pt on 13 Apr 2008 at 12:20

GoogleCodeExporter commented 8 years ago
To have new parameters (column labels) in the widget, there's a need for a 
specific widget factories for each 
field. So I found it better to add generic labels ("available", "selected") for 
every fields.

Original comment by rs_al...@aeiou.pt on 13 Apr 2008 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by rs_al...@aeiou.pt on 14 Apr 2008 at 2:45