From 159f6807116eabdce56ed93f22c633e0372b10f0 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 19 Sep 2013 16:37:50 -0400 Subject: [PATCH] LMS: semantically hides the ie-centric browser warning/FF/Chrome suggestion message to avoid confusing/misleading assistive tech-based users. --- lms/templates/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index de42811af9..1dd5aa5229 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -123,7 +123,7 @@ site_status_msg = get_site_status_msg(course_id) % if course: -
${_('Warning: Your browser is not fully supported. We strongly recommend using {chrome_link_start}Chrome{chrome_link_end} or {ff_link_start}Firefox{ff_link_end}.').format(chrome_link_start='', chrome_link_end='', ff_link_start='', ff_link_end='')}
+ % endif %if not user.is_authenticated():