diff options
Diffstat (limited to 'templates/board_edit.php')
-rw-r--r-- | templates/board_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_edit.php b/templates/board_edit.php index 35589bb4..575536a8 100644 --- a/templates/board_edit.php +++ b/templates/board_edit.php @@ -20,7 +20,7 @@ </tr> <?php foreach ($columns as $column): ?> <tr> - <td><?= Helper\form_label(t('Column %d', ++$i), 'title['.$column['id'].']') ?></td> + <td><?= Helper\form_label(t('Column %d', ++$i), 'title['.$column['id'].']', array('title="column_id='.$column['id'].'"')) ?></td> <td><?= Helper\form_text('title['.$column['id'].']', $values, $errors, array('required')) ?></td> <td><?= Helper\form_number('task_limit['.$column['id'].']', $values, $errors, array('placeholder="'.t('limit').'"')) ?></td> <td> |