def __init__(self, context, request, view, manager=None): super(DefaultViewDisclaimerViewlet, self).__init__(context, request, view, manager) registry = getUtility(IRegistry) self.message = _( 'Click here to change the container\'s workflow state') self.visible = False self.container = self.context.aq_parent
def getDescription(self): return _("ploomcake_collab_desc", default="Install this for mixed intranet/internet websites")
def getDescription(self): return _("ploomcake_website_desc",default="Install this for public facing websites")
def getDescription(self): return _("ploomcake_website_desc", default="Install this for public facing websites")
def __init__(self, context, request, view, manager=None): super(DefaultViewDisclaimerViewlet, self).__init__(context, request, view, manager) registry = getUtility(IRegistry) self.message = _('Click here to change the container\'s workflow state') self.visible = False self.container = self.context.aq_parent