看板初始化提交
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?= $this->form->csrf() ?>
|
||||
<?= $this->form->hidden('link_type', $values) ?>
|
||||
|
||||
<?= $this->form->label(t('URL'), 'url') ?>
|
||||
<?= $this->form->text('url', $values, $errors, array('required')) ?>
|
||||
|
||||
<?= $this->form->label(t('Title'), 'title') ?>
|
||||
<?= $this->form->text('title', $values, $errors, array('required')) ?>
|
||||
|
||||
<?= $this->form->label(t('Dependency'), 'dependency') ?>
|
||||
<?= $this->form->select('dependency', $dependencies, $values, $errors) ?>
|
||||
Reference in New Issue
Block a user