[doc] Continued work on doc, website and look.
This commit is contained in:
parent
dc76ca542a
commit
9872f8ea66
23 changed files with 107 additions and 168 deletions
|
@ -492,7 +492,7 @@ class ToolClassDescriptor(ClassDescriptor):
|
|||
'''Adds the fields needed in the Tool for configuring a Pod field.'''
|
||||
className = fieldDescr.classDescr.name
|
||||
# On what page and group to display those fields ?
|
||||
pg = {'page': 'documentGeneration',
|
||||
pg = {'page': 'documents',
|
||||
'group':gen.Group(fieldDescr.classDescr.klass.__name__,['50%']*2)}
|
||||
# Add the field that will store the pod template.
|
||||
fieldName = 'podTemplateFor%s_%s' % (className, fieldDescr.fieldName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue