From 53f4b410088258cf76162543909db025ecb62656 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Sep 2015 18:10:00 -0400 Subject: Add the possibility to set/unset max column height (scrolling) --- app/Template/swimlane/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/swimlane') 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 @@ form->hidden('id', $default_swimlane) ?> form->label(t('Rename'), 'default_swimlane') ?> - form->text('default_swimlane', $default_swimlane, array(), array('autofocus', 'required', 'maxlength="50"')) ?>
+ form->text('default_swimlane', $default_swimlane, array(), array('required', 'maxlength="50"')) ?>
form->checkbox('show_default_swimlane', t('Show default swimlane'), 1, isset($default_swimlane['show_default_swimlane']) && $default_swimlane['show_default_swimlane'] == 1) ?> -- cgit v1.2.3