Xv Zan
ULFS
e4f4821
raw
history blame
520 Bytes
<div class="page-header">
<h2><?= t('Edit group') ?></h2>
</div>
<form method="post" action="<?= $this->url->href('GroupModificationController', 'save') ?>" autocomplete="off">
<?= $this->form->csrf() ?>
<?= $this->form->hidden('id', $values) ?>
<?= $this->form->hidden('external_id', $values) ?>
<?= $this->form->label(t('Name'), 'name') ?>
<?= $this->form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="191"')) ?>
<?= $this->modal->submitButtons() ?>
</form>