aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_review.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 12:05:38 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 12:05:38 +0200
commitf68d5a59e6cc153318a5146d67188753f5a20ef7 (patch)
tree57e3152d659741a02233d79a9ae52dd7f7beb19f /phpBB/styles/prosilver/template/posting_topic_review.html
parent2695950a6132edeb5cd86fc005516dc8ce21aa77 (diff)
parent9da14c9b241387982fed9aa2436162c63fc25d1c (diff)
downloadforums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.gz
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.bz2
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.xz
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.zip
Merge pull request #3927 from hanakin/ticket/14199
[ticket/14199] Fix screen reader compatability Conflicts: phpBB/styles/prosilver/template/mcp_topic.html phpBB/styles/prosilver/template/overall_header.html phpBB/styles/prosilver/template/pagination.html phpBB/styles/prosilver/template/posting_buttons.html phpBB/styles/prosilver/template/posting_topic_review.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/ucp_pm_history.html phpBB/styles/prosilver/template/ucp_pm_message_header.html phpBB/styles/prosilver/template/ucp_pm_viewmessage.html phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/prosilver/template/viewtopic_topic_tools.html
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index a58c929bef..dae0095105 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -29,14 +29,14 @@
<!-- IF topic_review_row.U_MCP_DETAILS -->
<li>
<a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only">
- <i class="icon fa-info fa-fw"></i><span class="sr-only">{L_POST_DETAILS}</span>
+ <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span>
</a>
<li>
<!-- ENDIF -->
<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->
<li>
<a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}', {post_id:{topic_review_row.POST_ID},time:{topic_review_row.POST_TIME},user_id:{topic_review_row.USER_ID}});" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button button-icon-only">
- <i class="icon fa-quote-left fa-fw"></i><span class="sr-only">{L_QUOTE} {topic_review_row.POST_AUTHOR}</span>
+ <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {topic_review_row.POST_AUTHOR}</span>
</a>
</li>
<!-- ENDIF -->
@@ -45,10 +45,10 @@
<p class="author">
<!-- IF S_IS_BOT -->
- <span><i class="icon fa-file fa-fw icon-lightgray icon-md"></i><span class="sr-only">{topic_review_row.MINI_POST}</span></span>
+ <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{topic_review_row.MINI_POST}</span></span>
<!-- ELSE -->
<a href="{topic_review_row.U_MINI_POST}" title="{topic_review_row.MINI_POST}">
- <i class="icon fa-file fa-fw icon-lightgray icon-md"></i><span class="sr-only">{topic_review_row.MINI_POST}</span>
+ <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{topic_review_row.MINI_POST}</span>
</a>
<!-- ENDIF -->
{L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> &raquo; {topic_review_row.POST_DATE}
@@ -77,6 +77,6 @@
<p>
<a href="<!-- IF S_MCP_REPORT -->#report<!-- ELSE -->#postingbox<!-- ENDIF -->" 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>