示例#1
0
文件: pages.py 项目: sylvestre/indico
    def getVars(self):
        variables = WAdvancedTabBase.getVars(self)

        variables["PhoneBridgeListLink"] = getEVOOptionValueByName(
            "phoneBridgeNumberList")

        return variables
示例#2
0
文件: pages.py 项目: bubbas/indico
    def getVars(self):
        variables = WAdvancedTabBase.getVars(self)

        variables["PhoneBridgeListLink"] = getEVOOptionValueByName("phoneBridgeNumberList")

        return variables
示例#3
0
文件: pages.py 项目: vstitches/indico
 def getVars(self):
     variables = WAdvancedTabBase.getVars(self)
     return variables
示例#4
0
文件: pages.py 项目: sylvestre/indico
 def getVars(self):
     variables = WAdvancedTabBase.getVars(self)
     return variables