diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-25 17:25:10 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-10-01 20:21:38 +0200 |
| commit | 9da14c9b241387982fed9aa2436162c63fc25d1c (patch) | |
| tree | 4dca6dde05668efd19f79bed42da63618423cf62 /phpBB/styles/prosilver/template/ucp_pm_history.html | |
| parent | 8451272d6995e161aeb530755527b49ae99d7c31 (diff) | |
| download | forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.gz forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.bz2 forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.xz forums-9da14c9b241387982fed9aa2436162c63fc25d1c.zip | |
[ticket/14199]Add aria-hidden to all icons
PHPBB3-14199
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_history.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index d3aed8ffee..57f6cf14b5 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -26,7 +26,7 @@ <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --> <li> <a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button"> - <i class="icon fa-quote-left fa-fw"></i><span class="sr-only">{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span> + <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span> </a> </li> <!-- ENDIF --> @@ -36,7 +36,7 @@ <!-- EVENT ucp_pm_history_post_buttons_list_after --> <p class="author"> - <span><i class="icon fa-file fa-fw icon-lightgray icon-md"></i><span class="sr-only">{history_row.MINI_POST}</span></span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong> + <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{history_row.MINI_POST}</span></span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong> <br /> {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL} </p> @@ -53,7 +53,7 @@ <hr /> <p> <a href="#cp-main" class="top"> - <i class="icon fa-chevron-circle-up fa-fw icon-gray"></i><span>{L_BACK_TO_TOP}</span> + <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span> </a> </p> |
