summaryrefslogtreecommitdiff
path: root/app/Template/swimlane
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-26 18:10:00 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-26 18:10:00 -0400
commit53f4b410088258cf76162543909db025ecb62656 (patch)
tree20d23ae925887807edbc1e08a8b2dd4dcb318bb5 /app/Template/swimlane
parent1fca5e721ab63d4d49e068331aee90abb111dbc2 (diff)
Add the possibility to set/unset max column height (scrolling)
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r--app/Template/swimlane/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php
index 797d2ca2..41ba788b 100644
--- a/app/Template/swimlane/index.php
+++ b/app/Template/swimlane/index.php
@@ -50,7 +50,7 @@
<?= $this->form->hidden('id', $default_swimlane) ?>
<?= $this->form->label(t('Rename'), 'default_swimlane') ?>
- <?= $this->form->text('default_swimlane', $default_swimlane, array(), array('autofocus', 'required', 'maxlength="50"')) ?><br/>
+ <?= $this->form->text('default_swimlane', $default_swimlane, array(), array('required', 'maxlength="50"')) ?><br/>
<?= $this->form->checkbox('show_default_swimlane', t('Show default swimlane'), 1, isset($default_swimlane['show_default_swimlane']) && $default_swimlane['show_default_swimlane'] == 1) ?>