Changeset 7592 for main


Ignore:
Timestamp:
6 Feb 2012, 16:58:55 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix docstrings and other things detected by waeupdocs.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
3 edited

Legend:

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

    r7484 r7592  
    148148#: * In the `update()` method of the responsible view/page/form
    149149#:   require the JavaScript code to be rendered into the page and set
    150 #    tab for redirection::
     150#:   tab for redirection::
    151151#:
    152152#:     from waeup.sirp.browser.resources import tabs
    153 #:     # ...
    154 #:     class MyPage(...):
    155 #:       # ...
     153#:
     154#:     class MyPage(...):
     155#:
    156156#:       def update(self):
    157157#:         tabs.need()
     
    159159#:         qs = self.request.get('QUERY_STRING', '')
    160160#:         if not qs:
    161 #:             qs = 'tab1'
     161#:           qs = 'tab1'
    162162#:         setattr(self, qs, 'active')
    163163#:
     
    168168#:
    169169#:    .. code-block:: html
    170 
     170#:
    171171#:     <ul class="tabs" data-tabs="tabs" >
    172172#:       <li tal:attributes="class view/tab1"><a href="#tab-1">Tab 1 Heading</a></li>
  • main/waeup.sirp/trunk/src/waeup/sirp/students/__init__.py

    r7159 r7592  
    1818    'StudentStudyCourse',
    1919    'StudentPaymentsContainer',
    20     'StudentAccommodation'
     20    'StudentAccommodation',
    2121    'StudentPrincipalRoleManager',
    2222    ]
  • main/waeup.sirp/trunk/src/waeup/sirp/students/authentication.py

    r7364 r7592  
    176176                                      SessionCredentialsPlugin):
    177177    """A session credentials plugin that handles the case of a user
    178        changing his/her own password.
     178    changing his/her own password.
    179179
    180180    When users change their own password they might find themselves
Note: See TracChangeset for help on using the changeset viewer.