ADD PartTable, several typos

This commit is contained in:
2023-10-05 03:06:49 +02:00
parent 336eb346a7
commit eebafe0241
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ $wa->useScript('form.validate');
<form action="<?= Route::_('index.php?option=com_depot&layout=edit&id=' . (int) $this->item->id); ?>"
method="post" name="adminForm" id="item-form" class="form-validate">
<?= $this->form->renderField('title'); ?>
<?= $this->form->renderField('component_name'); ?>
<input type="hidden" name="task" value="part.edit" />
<?= HTMLHelper::_('form.token'); ?>