Changes between Initial Version and Version 2 of Ticket #607
- Timestamp:
- Oct 10, 2005, 5:23:18 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #607 – Description
initial v2 6 6 7 7 {{{ 8 admin.switch = ('likes_cake', True, ['favorite_cake', 'favorite_frosting'])8 admin.switch = [('likes_cake', {'True': ['favorite_cake', 'favorite_frosting']})] 9 9 }}} 10 10 … … 12 12 13 13 {{{ 14 admin.switch = ('gender', {'M': ['favorite_sport'], 'F': ['favorite_soap_opera']})14 admin.switch = [('gender', {'M': ['favorite_sport'], 'F': ['favorite_soap_opera']})] 15 15 }}} 16 16