Ignore:
Timestamp:
22 Nov 2011, 17:39:35 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename UserContainer? to UsersContainer? to be in line with ApplicantsContainer?, StudentsContainer?, HostelsCointainer?, PaymentsContainer?. In other words, a userscontainer contains users and it's not the container of a user. This is not really necessary in terms of English grammar but it helps to confuse container types.

File:
1 edited

Legend:

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

    r7137 r7172  
    124124        return 'Session %s' % session_string
    125125
    126 class UserContainerBreadcrumb(Breadcrumb):
     126class UsersContainerBreadcrumb(Breadcrumb):
    127127    """A breadcrumb for user containers.
    128128    """
    129     grok.context(interfaces.IUserContainer)
     129    grok.context(interfaces.IUsersContainer)
    130130    title = u'Portal Users'
    131131    parent_viewname = 'administration'
Note: See TracChangeset for help on using the changeset viewer.