brmbiolab_sklad/app/View/Items/edit.ctp

5 lines
No EOL
154 B
PHP

<?php
echo $this->Form->create('Item');
echo $this->Form->inputs(array(), array('created', 'modified', 'is_deleted'));
echo $this->Form->end(__('Save'));