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