- Timestamp:
- 01/17/11 15:13:55 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/questionair/pages/EditQuestionair.py
r877 r1378 33 33 self.log.debug('.getShowQuestionsPanel()') 34 34 addAction = { 'action': [ {'name':'AddQuestion', 'text':'Voeg een vraag toe'}, 35 [ {'actionParm': [ {'name': 'questionair_id', 'valueRecord':'Question', 'valueAttr':'questionair_id' } ] }, 36 {'actionParm': [ {'name': 'question_id', 'valueRecord':'Question', 'valueAttr':'question_id' } ] }, 35 [ {'actionParm': [ {'name': 'questionair_id', 'valueRecord':'Questionair', 'valueAttr':'questionair_id' } ] }, 37 36 ] 38 37 ] }
