Exemple #1
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     props.action_list = True
     props.action_add = True
     props.action_edit = True
     return props
Exemple #2
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     props.action_list = True
     props.action_add = True
     props.action_edit = True
     return props
Exemple #3
0
 def properties(self):
     props = Properties()
     props.in_navtree = False
     props.editable = False
     props.mainmenu_empty_title = True
     props.default_child = 'users'
     return props
Exemple #4
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     props.action_up = True
     props.action_up_tile = 'content'
     props.action_add = True
     props.default_content_tile = 'listing'
     return props
Exemple #5
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     props.wf_state = True
     props.wf_name = u'dummy'
     # XXX: check in repoze.workflow the intended way for naming
     #      transitions
     props.wf_transition_names = {
         'initial_2_final': 'Finalize',
     }
     return props
Exemple #6
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     return props
Exemple #7
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     return props