cache_form.ctp 230 B

12345678
  1. <div class="users form">
  2. <?= $this->Form->create(); ?>
  3. <fieldset>
  4. <legend><?= __('Add User'); ?></legend>
  5. </fieldset>
  6. <?= $this->Form->submit('Submit'); ?>
  7. <?= $this->Form->end(); ?>
  8. </div>