Changeset 26 for waeup_product/trunk


Ignore:
Timestamp:
30 Sep 2005, 17:26:42 (19 years ago)
Author:
joachim
Message:

noch mehr

Location:
waeup_product/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Extensions/install.py

    r25 r26  
    7171                        'name'      : 'Add Student',
    7272                        'action'    : 'folder_factories',
    73                         'permission': (ModifyPortalContent,),
    74                         'condition' : '',
     73                        'permission': (View),
     74                        'condition' : 'member',
    7575                        'category'  : 'student',
    7676                        'visible'   : 1,
     
    8080                        'name'      : 'Edit Student',
    8181                        'action'    : 'cpsdocument_edit_form',
    82                         'permission': (ModifyPortalContent, ),
     82                        'permission': ( ),
    8383                        'condition' : 'python: here.portal_type == "Student"',
    8484                        'category'  : 'student',
     
    8989                        'name'      : 'Add Jamb Data',
    9090                        'action'    : 'folder_factories',
    91                         'permission': (ModifyPortalContent, ),
     91                        'permission': ( ),
    9292                        'condition' : 'python:len(object.contentItems()) == 0',
    9393                        'category'  : 'student',
  • waeup_product/trunk/skins/waeup_student/student_folder_view_main.pt

    r24 r26  
    1818      Please login or check you Jambadmission.
    1919    </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)" />
    2121    <span tal:condition="python: 'SectionManager' in member.getRolesInContext(here)">
    2222      <table cellspacing="0" cellpadding="0">
Note: See TracChangeset for help on using the changeset viewer.