Changeset 143 for waeup_product/trunk/Extensions
- Timestamp:
- 3 Nov 2005, 06:30:05 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Extensions/install.py
r141 r143 32 32 log = [] 33 33 prlog = log.append 34 34 35 35 def pr(msg, prlog=prlog): 36 36 prlog('%s<br>' % msg) … … 180 180 # main_tab actions ###( 181 181 ########################################## 182 path = "/sections/%(SRPP_ID)s" % globals() 182 path = "/sections/%(SRPP_ID)s" % globals() 183 183 actions = ( { 'tool' : 'portal_actions', 184 184 'id' : 'student_administration', 185 185 'name' : 'Students', 186 #'action' : 'string:$folder_url/students',187 'action' : 'string:$portal_url%(path)s/students' % vars(),186 'action' : 'string:${portal_url}/students', 187 #'action' : 'string:$portal_url%(path)s/students' % vars(), 188 188 'permission': (View, ), 189 189 'category' : 'main_tabs', … … 193 193 'id' : 'Academics', 194 194 'name' : 'Academics', 195 'action' : 'string:$portal_url%(path)s/academics' % vars(),195 #'action' : 'string:$portal_url%(path)s/academics' % vars(), 196 196 #'action' : 'string:${portal_url}/sections/unidemo', 197 #'action' : 'string:$folder_url/academics',197 'action' : 'string:${portal_url}/academics', 198 198 'permission': (View ), 199 199 'category' : 'main_tabs', … … 203 203 'id' : 'accomodation', 204 204 'name' : 'Accommodation', 205 'action' : 'string:$portal_url%(path)s/accommodation' % vars(),205 #'action' : 'string:$portal_url%(path)s/accommodation' % vars(), 206 206 #'action' : 'string:${portal_url}/sections/waeup/accommodation/accommodation_index_html', 207 'action' : 'string:${portal_url}/accommodation', 207 208 'permissions': (View), 208 209 #'permissions': (ModifyPortalContent,UniversityManage,StudentManage), … … 292 293 ## ), 293 294 ## } 294 ## 295 ## 295 296 ## 296 297 ## theme_ids = theme_container.objectIds() … … 308 309 ## theme_container.setDefaultTheme(target_themes[0]['id']) 309 310 ###) 310 311 311 312 312 313 ########################################## 313 314 # portal types
Note: See TracChangeset for help on using the changeset viewer.