Show
Ignore:
Timestamp:
12/23/09 06:06:58 (2 years ago)
Author:
dray
Message:

freeversity changes, initial work toward deprecating OpenOCW

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.educommons/trunk/enpraxis/educommons/browser/configure.zcml

    r239 r632  
    288288     permission="zope2.View" 
    289289     /> 
     290 
     291  <browser:page 
     292     name="school_division_listing" 
     293     for="..interfaces.ISchool" 
     294     class=".DivisionListingView" 
     295     template="school_division_listing.pt" 
     296     allowed_attributes="getDivisions" 
     297     permission="zope2.View" 
     298     /> 
     299 
    290300 
    291301  <browser:page