Ejemplo n.º 1
0
 def getJSFiles(self):
     return WPConferenceModifAbstractBase.getJSFiles(self) + \
         self._includeJSPackage('Abstracts')
Ejemplo n.º 2
0
 def getJSFiles(self):
     return WPConferenceModifAbstractBase.getJSFiles(self) + \
         self._includeJSPackage('Management')
Ejemplo n.º 3
0
 def __init__(self, rh, notifTpl):
     WPConferenceModifAbstractBase.__init__(self, rh, notifTpl.getConference())
     self._notifTpl=notifTpl
Ejemplo n.º 4
0
 def __init__(self, rh, notifTpl):
     WPConferenceModifAbstractBase.__init__(
         self, rh, notifTpl.getConference())
     self._notifTpl = notifTpl