src/pyams_content/component/paragraph/zmi/illustration.py
changeset 22 c270ea8f041e
parent 7 cbc55162b64e
equal deleted inserted replaced
21:dc45cba8c8f8 22:c270ea8f041e
   115 @implementer(IInnerForm)
   115 @implementer(IInnerForm)
   116 class IllustrationInnerEditForm(IllustrationPropertiesEditForm):
   116 class IllustrationInnerEditForm(IllustrationPropertiesEditForm):
   117     """Illustration inner edit form"""
   117     """Illustration inner edit form"""
   118 
   118 
   119     legend = None
   119     legend = None
   120     main_group_legend = _("Illustration properties")
   120     main_group_legend = _("Illustration")
   121     main_group_class = 'inner'
   121     main_group_class = 'inner'
   122 
   122 
   123     @property
   123     @property
   124     def buttons(self):
   124     def buttons(self):
   125         if self.mode == INPUT_MODE:
   125         if self.mode == INPUT_MODE: