Skip to content

Commit

Permalink
Add aria label for inactive user icon. (omeka#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold authored and Daniel-KM committed Mar 22, 2018
1 parent 8169ccf commit cab90d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/view/omeka/admin/user/browse.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $sortHeadings = [
<td>
<?php echo $user->link($user->email() . ' (' . $user->name() . ')'); ?>
<?php if (!$user->isActive()): ?>
<span class="o-icon-user-inactive"></span>
<span class="o-icon-user-inactive" aria-label="<?php echo $this->translate('Inactive'); ?>"></span>
<?php endif; ?>
<ul class="actions">
<?php if ($user->userIsAllowed('update')): ?>
Expand Down

0 comments on commit cab90d7

Please sign in to comment.