Add aria-label alongside title attributes
This commit is contained in:
committed by
Frédéric Guillot
parent
4c68ab4dbd
commit
ce69343001
@@ -121,7 +121,7 @@ class SubtaskHelper extends Base
|
||||
$html .= $this->helper->form->select('user_id', $users, $values, $errors, $attributes);
|
||||
$html .= ' ';
|
||||
$html .= '<small>';
|
||||
$html .= '<a href="#" class="assign-me" data-target-id="form-user_id" data-current-id="'.$this->userSession->getId().'" title="'.t('Assign to me').'">'.t('Me').'</a>';
|
||||
$html .= '<a href="#" class="assign-me" data-target-id="form-user_id" data-current-id="'.$this->userSession->getId().'" title="'.t('Assign to me').'" aria-label="'.t('Assign to me').'">'.t('Me').'</a>';
|
||||
$html .= '</small>';
|
||||
|
||||
return $html;
|
||||
|
||||
Reference in New Issue
Block a user