Ignore:
Timestamp:
4 May 2015, 08:24:12 (9 years ago)
Author:
Henrik Bettermann
Message:

Add link ‘Kofa Docs for this page’ at the end of the content box which refers to the corresponding section of the Kofa Documentation.

File:
1 edited

Legend:

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

    r12874 r12901  
    4545    IKofaObject, IUserAccount, IExtFileStore, IPasswordValidator, IContactForm,
    4646    IKofaUtils, IUniversity, IObjectHistory, academic_sessions, ICSVExporter,
    47     academic_sessions_vocab, IJobManager, IDataCenter)
     47    academic_sessions_vocab, IJobManager, IDataCenter, DOCLINK)
    4848from waeup.kofa.interfaces import MessageFactory as _
    4949from waeup.kofa.widgets.datewidget import (
     
    31463146    pnav = 1
    31473147    redirect_target = ''
     3148    doclink = DOCLINK + '/datacenter/export.html#student-data-exporters'
    31483149
    31493150    def _set_session_values(self):
Note: See TracChangeset for help on using the changeset viewer.