Aggiunta campi per Allegato e titolo

This commit is contained in:
2025-09-10 17:51:59 +02:00
parent a4475ee6a5
commit a05b127a0e
5 changed files with 59 additions and 4 deletions

View File

@ -39,6 +39,7 @@ HTMLHelper::_('bootstrap.tooltip');
<?php echo $this->form->renderField('categoria_id'); ?>
<?php echo $this->form->renderField('description'); ?>
<?php echo $this->form->renderField('attachment'); ?>
<?php echo $this->form->renderField('allegato_titolo'); ?>
<?php echo $this->form->renderField('image'); ?>
<?php echo $this->form->renderField('firma_obbligatoria'); ?>
<?php echo $this->form->renderField('usergroup_ids'); ?>