Ignore:
Timestamp:
12 Dec 2011, 07:01:54 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename certificatecontainer, coursecontainer and facultycontainer. Now we have e.g. a container for faculties. Synonyms are 'facultiescontainer', 'faculties', 'academics' or 'Academic Section'. The faculty container is the faculty itself which contains the departments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/browser.txt

    r7321 r7333  
    517517--------------
    518518
    519 Courses are stored in :class:`ICourseContainer` instances with their
    520 code as key. CourseContainers are normally availabe as `course`
     519Courses are stored in :class:`ICoursesContainer` instances with their
     520code as key. CoursesContainers are normally availabe as `course`
    521521attribute of :class:`waeup.sirp.university.department.Department`
    522522instances.
    523523
    524524To ease the life of users we do not require to browse the
    525 coursecontainers (which have a rather flat user interface), but
     525coursescontainers (which have a rather flat user interface), but
    526526provide adding of courses in department views.
    527527
     
    728728-------------------
    729729
    730 Certificates are stored in :class:`ICertificateContainer` instances
    731 with their code as key. CertificateContainers are normally availabe as
     730Certificates are stored in :class:`ICertificatesContainer` instances
     731with their code as key. CertificatesContainers are normally availabe as
    732732`certificates` attribute of
    733733:class:`waeup.sirp.university.department.Department` instances.
    734734
    735735To ease the life of users we do not require to browse the
    736 certificatecontainers (which have in fact no user interface), but
     736certificatescontainers (which have in fact no user interface), but
    737737provide adding of certificates in department views.
    738738
Note: See TracChangeset for help on using the changeset viewer.