. */ include_once __DIR__.'/../../core.php'; ?>
{[ "type": "text", "label": "", "name": "descrizione", "required": 1 ]}
{[ "type": "text", "label": "", "name": "colore", "required": 1, "class": "colorpicker text-center", "value": "$colore$", "extra": "maxlength='7'", "icon-after": "
" ]}
{[ "type": "checkbox", "label": "", "name": "is_completato", "value": "$is_completato$", "help": "", "placeholder": "", "extra": "" ]}
{[ "type": "checkbox", "label": "", "name": "is_pianificabile", "value": "$is_pianificabile$", "help": "", "placeholder": "", "extra": "" ]}
{[ "type": "checkbox", "label": "", "name": "is_fatturabile", "value": "$is_fatturabile$", "help": "", "placeholder": "", "extra": "" ]}
{[ "type": "text", "label": "", "name": "icona", "required": 1, "class": "text-center", "value": "fa ", "extra": "" ]}