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 Dec 6, 2017
1 parent 69888d5 commit 5bd42a5
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 @@ -89,7 +89,7 @@ $sortHeadings = [
<?php endif; ?>
<?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 ($userIsAllowedUpdate): ?>
Expand Down

0 comments on commit 5bd42a5

Please sign in to comment.