Set autofocus to assignee dropdown (board popover)

This commit is contained in:
Frederic Guillot
2015-05-07 19:19:23 -04:00
parent 6fb53838f5
commit 70e2a0d981
5 changed files with 11 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<?= $this->formHidden('project_id', $values) ?>
<?= $this->formLabel(t('Assignee'), 'owner_id') ?>
<?= $this->formSelect('owner_id', $users_list, $values) ?><br/>
<?= $this->formSelect('owner_id', $users_list, $values, array(), array('autofocus')) ?><br/>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>