Ignore:
Timestamp:
18 Jul 2015, 06:07:14 (10 years ago)
Author:
Henrik Bettermann
Message:

Add doclinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r13153 r13177  
    5252    add_local_role, del_local_roles, doll_up, ExportCSVView)
    5353from waeup.kofa.interfaces import (
    54     IKofaObject, ILocalRolesAssignable, IExtFileStore, IPDF,
     54    IKofaObject, ILocalRolesAssignable, IExtFileStore, IPDF, DOCLINK,
    5555    IFileStoreNameChooser, IPasswordValidator, IUserAccount, IKofaUtils)
    5656from waeup.kofa.interfaces import MessageFactory as _
     
    135135    tabthreeactions2 = [_('Add local role')]
    136136    subunits = _('Applicants Containers')
     137    doclink = DOCLINK + '/applicants.html'
    137138
    138139    def getLocalRoles(self):
     
    341342    # Use friendlier date widget...
    342343    grok.require('waeup.manageApplication')
     344    doclink = DOCLINK + '/applicants.html'
    343345
    344346    @property
     
    457459    label = _('Add applicant')
    458460    pnav = 3
     461    doclink = DOCLINK + '/applicants.html'
    459462
    460463    @action(_('Create application record'))
Note: See TracChangeset for help on using the changeset viewer.