Changeset 194
- Timestamp:
- 19 Nov 2005, 18:15:02 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py
r190 r194 2120 2120 'fields': ('beds_assigned',), 2121 2121 'is_required': True, 2122 'label': 'Nr. of Assigned Beds', 2123 'label_edit': 'Nr. of Assigned Beds', 2124 'description': '', 2125 'help': 'Number of beds already assigned to students', 2126 'is_i18n': False, 2127 }, 2128 }, 2129 'beds_assigned_list': { 2130 'type': 'Ordered List Widget', 2131 'data': { 2132 'title': '', 2133 'fields': ('beds_assigned_list',), 2122 2134 'label': 'Assigned Beds', 2123 2135 'label_edit': 'Assigned Beds', 2124 2136 'description': '', 2125 'help': ' Numberof beds already assigned to students',2137 'help': 'List of beds already assigned to students', 2126 2138 'is_i18n': False, 2127 2139 }, … … 2142 2154 [{'widget_id': 'beds_per_room', 'ncols': 1},], 2143 2155 [{'widget_id': 'beds_assigned', 'ncols': 1},], 2156 [{'widget_id': 'beds_assigned_list', 'ncols': 1},], 2144 2157 ] 2145 2158 }, -
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r188 r194 103 103 'action' : 'string:${object/absolute_url}/create_common?type_name=Faculty', 104 104 'permissions': (UniversityManage,)}, 105 {'id': 'contents', 106 'name': 'action_folder_contents', 107 'action': 'string:${object/absolute_url}/folder_contents', 108 'permissions': (UniversityManage,), 109 'visible' : 1, 110 }, 105 111 {'id': 'localroles', 106 112 'name': 'delegate', … … 225 231 'visible' : 0, 226 232 }, 227 ## {'id': 'contents', 228 ## 'name': 'action_folder_contents', 229 ## 'action': 'folder_contents', 230 ## 'permissions': (UniversityManage,)}, 233 {'id': 'contents', 234 'name': 'action_folder_contents', 235 'action': 'string:${object/absolute_url}/folder_contents', 236 'permissions': (UniversityManage,), 237 'visible' : 0, 238 }, 231 239 ## {'id': 'edit', 232 240 ## 'name': 'action_edit', … … 288 296 'visible' : 0, 289 297 }, 298 {'id': 'contents', 299 'name': 'action_folder_contents', 300 'action': 'string:${object/absolute_url}/folder_contents', 301 'permissions': (UniversityManage,), 302 'visible' : 0, 303 }, 290 304 { 291 305 'id' : 'PERSONAL', … … 726 740 'name': 'action_folder_contents', 727 741 'action': 'folder_contents', 728 'condition': "python:member and 'Manager' in member.getRoles()", 729 'permissions': (ModifyPortalContent,)}, 742 'permissions': (UniversityManage,), 743 'visible' : 0, 744 }, 730 745 {'id': 'edit', 731 746 'name': 'action_edit',
Note: See TracChangeset for help on using the changeset viewer.