Ignore:
Timestamp:
6 Nov 2015, 05:43:37 (9 years ago)
Author:
Henrik Bettermann
Message:

Implement portal maintenance mode.

File:
1 edited

Legend:

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

    r13354 r13394  
    741741        )
    742742
     743    maintmode_enabled_by = schema.TextLine(
     744        title = _(u'Maintenance Mode enabled by'),
     745        default = None,
     746        required = False,
     747        )
    743748
    744749    def addSessionConfiguration(sessionconfiguration):
Note: See TracChangeset for help on using the changeset viewer.