From d7d86cddc724b374f4cba25e45515e6c7c91c5cc Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Tue, 18 Nov 2014 13:57:47 -0500 Subject: [PATCH] Update calculator tooltip --- lms/templates/courseware/courseware.html | 128 +++++------------------ 1 file changed, 24 insertions(+), 104 deletions(-) diff --git a/lms/templates/courseware/courseware.html b/lms/templates/courseware/courseware.html index 4a07bf31da..32e38c5a6d 100644 --- a/lms/templates/courseware/courseware.html +++ b/lms/templates/courseware/courseware.html @@ -228,7 +228,7 @@ ${fragment.foot_html()} % endif % if course.show_calculator: -
+
@@ -238,110 +238,29 @@ ${fragment.foot_html()}

${_('Use the arrow keys to navigate the tips or use the tab key to return to the calculator')}

${_("Hints")} -
@@ -351,5 +270,6 @@ ${fragment.foot_html()}
+ % endif <%include file="../modal/accessible_confirm.html" />