Changeset 26 for waeup_product/trunk
- Timestamp:
- 30 Sep 2005, 17:26:42 (19 years ago)
- Location:
- waeup_product/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Extensions/install.py
r25 r26 71 71 'name' : 'Add Student', 72 72 'action' : 'folder_factories', 73 'permission': ( ModifyPortalContent,),74 'condition' : ' ',73 'permission': (View), 74 'condition' : 'member', 75 75 'category' : 'student', 76 76 'visible' : 1, … … 80 80 'name' : 'Edit Student', 81 81 'action' : 'cpsdocument_edit_form', 82 'permission': ( ModifyPortalContent,),82 'permission': ( ), 83 83 'condition' : 'python: here.portal_type == "Student"', 84 84 'category' : 'student', … … 89 89 'name' : 'Add Jamb Data', 90 90 'action' : 'folder_factories', 91 'permission': ( ModifyPortalContent,),91 'permission': ( ), 92 92 'condition' : 'python:len(object.contentItems()) == 0', 93 93 'category' : 'student', -
waeup_product/trunk/skins/waeup_student/student_folder_view_main.pt
r24 r26 18 18 Please login or check you Jambadmission. 19 19 </span> 20 <span tal:condition="python: 1" tal:content="python:member.getRolesInContext(here)" />20 <span tal:condition="python: 0" tal:content="python:member.getRolesInContext(here)" /> 21 21 <span tal:condition="python: 'SectionManager' in member.getRolesInContext(here)"> 22 22 <table cellspacing="0" cellpadding="0">
Note: See TracChangeset for help on using the changeset viewer.