diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-31 12:15:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-31 12:15:26 -0500 |
commit | 1500ff92b2dc3d3932c8e06755bec23f9017e8a4 (patch) | |
tree | 242f6b24f1786c6db20d9c46ee1c3f661776e5cf /app/Template/swimlane/index.php | |
parent | e81fa0ebd2071cd86011de19435cbac3a9fc61d6 (diff) |
Templates cleanup
Diffstat (limited to 'app/Template/swimlane/index.php')
-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 9502cffd..65751606 100644 --- a/app/Template/swimlane/index.php +++ b/app/Template/swimlane/index.php @@ -7,7 +7,7 @@ <?= $this->form->hidden('id', $default_swimlane) ?> <?= $this->form->label(t('Rename'), 'default_swimlane') ?> - <?= $this->form->text('default_swimlane', $default_swimlane, array(), array('required', 'maxlength="50"')) ?><br/> + <?= $this->form->text('default_swimlane', $default_swimlane, array(), array('required', 'maxlength="50"')) ?> <?php if (! empty($active_swimlanes) || $default_swimlane['show_default_swimlane'] == 0): ?> <?= $this->form->checkbox('show_default_swimlane', t('Show default swimlane'), 1, $default_swimlane['show_default_swimlane'] == 1) ?> |