[doc] Continued work on doc, website and look.

This commit is contained in:
Gaetan Delannay 2012-09-13 14:43:40 +02:00
parent dc76ca542a
commit 9872f8ea66
23 changed files with 107 additions and 168 deletions

View file

@ -261,7 +261,7 @@ class Tool(ModelClass):
page=gen.Page('pages', show=isManager))
# Document generation page
dgp = {'page': gen.Page('documentGeneration', show=isManagerEdit)}
dgp = {'page': gen.Page('documents', show=isManagerEdit)}
def validPythonWithUno(self, value): pass # Real method in the wrapper
unoEnabledPython = gen.String(show=False,validator=validPythonWithUno,**dgp)
openOfficePort = gen.Integer(default=2002, show=False, **dgp)