- Timestamp:
- 16 Nov 2005, 09:47:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r177 r178 36 36 'is_required': 1, 37 37 'label_edit': 'Headline', 38 'help': ' aShort Headline',38 'help': 'Short Headline', 39 39 'display_width': 40, 40 40 'size_max': 200, … … 49 49 'label_edit': 'Text', 50 50 'label': 'Text', 51 'help': ' aShort Description',51 'help': 'Short Description', 52 52 'css_class': 'description', 53 53 'width': 72, … … 96 96 97 97 sc_pin = { ###( 98 'type': 'Scratchcard P INWidget',98 'type': 'Scratchcard Pin Widget', 99 99 'data': { 100 100 'title': 'SC PIN', … … 211 211 'label_edit': 'First Name', 212 212 'description': 'First Name', 213 'help': ' First Name',213 'help': '', 214 214 'is_i18n': False, 215 215 'display_width': 40, … … 228 228 'label_edit': 'Middle Name', 229 229 'description': '', 230 'help': ' Middle Name',230 'help': '', 231 231 'is_i18n': False, 232 232 'readonly_layout_modes': (), … … 253 253 'label_edit': 'Surname', 254 254 'description': '', 255 'help': ' Surname',255 'help': '', 256 256 'is_i18n': False, 257 257 'readonly_layout_modes': (), … … 277 277 'label': 'Email', 278 278 'label_edit': 'Email', 279 'description': ' First Name',280 'help': ' Email Address',279 'description': '', 280 'help': '', 281 281 'is_i18n': False, 282 282 'display_width': 40, … … 1079 1079 }, 1080 1080 'sc_pin': { 1081 'type': 'Scratchcard P INWidget',1081 'type': 'Scratchcard Pin Widget', 1082 1082 'data': { 1083 1083 'title': 'SC PIN', 1084 1084 'fields': ('sc_pin'), 1085 1085 'is_required': True, 1086 'label': 'Scratchcard P IN',1087 'label_edit': 'Scratchcard P IN',1088 'description': '', 1089 'help': ' Enter a Valid Scratch Card PIN',1086 'label': 'Scratchcard Pin', 1087 'label_edit': 'Scratchcard Pin', 1088 'description': '', 1089 'help': '', 1090 1090 'is_i18n': False, 1091 1091 'readonly_layout_modes': (), … … 1185 1185 },###) 1186 1186 'sc_pin': { 1187 'type': 'Scratchcard P INWidget',1187 'type': 'Scratchcard Pin Widget', 1188 1188 'data': { 1189 1189 'title': 'SC PIN', … … 1247 1247 }, 1248 1248 'sc_pin': { 1249 'type': 'Scratchcard P INWidget',1249 'type': 'Scratchcard Pin Widget', 1250 1250 'data': { 1251 1251 'title': 'SC PIN', … … 1954 1954 'label_edit': 'Assigned Beds', 1955 1955 'description': '', 1956 'help': 'Number of beds already assi ned to students',1956 'help': 'Number of beds already assigned to students', 1957 1957 'is_i18n': False, 1958 1958 }, … … 2003 2003 },###) 2004 2004 'sc_pin': { ###( 2005 'type': 'Scratchcard P INWidget',2005 'type': 'Scratchcard Pin Widget', 2006 2006 'data': { 2007 2007 'title': 'SC PIN', 2008 2008 'fields': ('sc_pin'), 2009 2009 'is_required': True, 2010 'label': ' enter PIN',2011 'label_edit': ' enter Scratchcard PINwith the value above',2012 'description': '', 2013 'help': 'Please enter a Scratchcard P IN valid for Registration of next level',2010 'label': 'Enter PIN', 2011 'label_edit': 'Enter Scratchcard Pin with the value above', 2012 'description': '', 2013 'help': 'Please enter a Scratchcard Pin valid for Registration of Next Level', 2014 2014 'is_i18n': False, 2015 2015 'readonly_layout_modes': (), … … 2084 2084 },###) 2085 2085 'sc_pin': { ###( 2086 'type': 'Scratchcard P INWidget',2086 'type': 'Scratchcard Pin Widget', 2087 2087 'data': { 2088 2088 'title': 'SC PIN', … … 2090 2090 'is_required': True, 2091 2091 'label': 'enter PIN', 2092 'label_edit': ' enter an Accommodation PIN',2093 'description': '', 2094 'help': ' Please enter a PIN valid for Accomodation Booking',2092 'label_edit': 'Enter an Accommodation PIN', 2093 'description': '', 2094 'help': 'Enter a PIN valid for Accomodation Booking', 2095 2095 'is_i18n': False, 2096 2096 'readonly_layout_modes': (), … … 2166 2166 },###) 2167 2167 'sc_pin': { ###( 2168 'type': 'Scratchcard P INWidget',2168 'type': 'Scratchcard Pin Widget', 2169 2169 'data': { 2170 2170 'title': 'SC PIN', … … 2172 2172 'is_required': True, 2173 2173 'label': 'enter PIN', 2174 'label_edit': ' enter an Hostel payment PIN',2175 'description': '', 2176 'help': ' Please enter aPIN valid for Paying Hostel Fee',2174 'label_edit': 'Enter Hostel Payment PIN', 2175 'description': '', 2176 'help': 'Enter PIN valid for Paying Hostel Fee', 2177 2177 'is_i18n': False, 2178 2178 'readonly_layout_modes': (),
Note: See TracChangeset for help on using the changeset viewer.