src/pyams_portal/zmi/layout.py
changeset 275 36ff0ccd4253
parent 193 304a0c77fcb9
child 278 e4b77545c2f1
equal deleted inserted replaced
274:024b6541567a 275:36ff0ccd4253
   367             return {
   367             return {
   368                 'status': 'success',
   368                 'status': 'success',
   369                 'callback': 'PyAMS_portal.template.editSlotCallback',
   369                 'callback': 'PyAMS_portal.template.editSlotCallback',
   370                 'options': {
   370                 'options': {
   371                     'slot_name': slot_name,
   371                     'slot_name': slot_name,
   372                     'width': slot_config.get_width()
   372                     'width': slot_config.get_width(),
       
   373                     'css': slot_config.css_class or ''
   373                 }
   374                 }
   374             }
   375             }
   375         else:
   376         else:
   376             return super(self.__class__, self).get_ajax_output(changes)
   377             return super(self.__class__, self).get_ajax_output(changes)
   377 
   378