addText('title', get_lang('Title'), true); $form->addText('description', get_lang('Description'), false); $isPublic = $form->addElement('checkbox', 'is_public', null, $plugin->get_lang('VisibleByAll')); $isShared = $form->addElement('checkbox', 'is_shared', null, $plugin->get_lang('EditableByAll')); $form->addElement('hidden', 'mindmap_type', 'mind'); $form->addButtonSave(get_lang('Save')); } else { $ht = '
