diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-05 12:03:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-05 12:03:20 -0400 |
commit | 512840fe1dca3ddc686360107ae1369e82696502 (patch) | |
tree | 5e983be9f84be97e50d72bbc0a946d52f251e2f8 /app/Template/swimlane | |
parent | bac18d80f8ff8fce9d167671273e80a492f4c3c5 (diff) |
Improve pull-request about swimlane description
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r-- | app/Template/swimlane/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php index 1bf31afa..797d2ca2 100644 --- a/app/Template/swimlane/index.php +++ b/app/Template/swimlane/index.php @@ -14,7 +14,7 @@ <?= $this->form->hidden('project_id', $values) ?> <?= $this->form->label(t('Name'), 'name') ?> - <?= $this->form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> + <?= $this->form->text('name', $values, $errors, array('required', 'maxlength="50"')) ?> <?= $this->form->label(t('Description'), 'description') ?> |