Beispiel #1
0
 def runAction(self, actionContext):
     blog = actionContext.getBlog()
     templateManager = ZShowTemplateManager()
     doTemplateDownload(templateManager, blog)
Beispiel #2
0
 def runAction(self, actionContext):
     doTemplateDownload(actionContext.getParentWindow())
 def runAction(self, actionContext):
     doTemplateDownload(actionContext.getParentWindow())
Beispiel #4
0
 def runAction(self, actionContext):
     blog = actionContext.getBlog()
     templateManager = ZShowTemplateManager()
     doTemplateDownload(templateManager, blog)