Add hidden accessible titles
This commit is contained in:
@@ -238,6 +238,7 @@ class TaskHelper extends Base
|
||||
public function renderPriority($priority)
|
||||
{
|
||||
$html = '<span class="task-priority" title="'.t('Task priority').'">';
|
||||
$html .= '<span class="ui-helper-hidden-accessible">'.t('Task priority').' </span>';
|
||||
$html .= $this->helper->text->e($priority >= 0 ? 'P'.$priority : '-P'.abs($priority));
|
||||
$html .= '</span>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user