Esempio n. 1
0
File: model.py Progetto: C3S/c3s.app
 def properties(self):
     props = Properties()
     props.in_navtree = True
     props.action_list = True
     props.action_add = True
     props.action_edit = True
     return props
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 6
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     return props
Esempio n. 7
0
 def properties(self):
     props = Properties()
     props.in_navtree = True
     return props