From c89be9b76a05422a8f5ee3fe6df273dda0913cd7 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 8 Jan 2015 12:48:43 -0500 Subject: [PATCH] LMS: revising icon syntax for edX notes UI --- lms/static/js/edxnotes/views/tabs/course_structure.js | 2 +- lms/static/js/edxnotes/views/tabs/recent_activity.js | 2 +- lms/static/js/edxnotes/views/tabs/search_results.js | 2 +- lms/static/js/fixtures/edxnotes/edxnotes.html | 4 ++-- lms/templates/edxnotes/edxnotes.html | 4 ++-- lms/templates/edxnotes/toggle_notes.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/static/js/edxnotes/views/tabs/course_structure.js b/lms/static/js/edxnotes/views/tabs/course_structure.js index 8aa997c15303..3ed0e4a758ae 100644 --- a/lms/static/js/edxnotes/views/tabs/course_structure.js +++ b/lms/static/js/edxnotes/views/tabs/course_structure.js @@ -45,7 +45,7 @@ define([ tabInfo: { name: gettext('Location in Course'), identifier: 'view-course-structure', - icon: 'icon-list-ul' + icon: 'fa fa-list-ul' } }); diff --git a/lms/static/js/edxnotes/views/tabs/recent_activity.js b/lms/static/js/edxnotes/views/tabs/recent_activity.js index 49a98c0e967e..58a54c3403d1 100644 --- a/lms/static/js/edxnotes/views/tabs/recent_activity.js +++ b/lms/static/js/edxnotes/views/tabs/recent_activity.js @@ -22,7 +22,7 @@ define([ tabInfo: { identifier: 'view-recent-activity', name: gettext('Recent Activity'), - icon: 'icon-time' + icon: 'fa fa-clock-o' } }); diff --git a/lms/static/js/edxnotes/views/tabs/search_results.js b/lms/static/js/edxnotes/views/tabs/search_results.js index d3bc6877cab4..726517a8090a 100644 --- a/lms/static/js/edxnotes/views/tabs/search_results.js +++ b/lms/static/js/edxnotes/views/tabs/search_results.js @@ -54,7 +54,7 @@ define([ tabInfo: { identifier: 'view-search-results', name: gettext('Search Results'), - icon: 'icon-search', + icon: 'fa fa-search', is_closable: true }, diff --git a/lms/static/js/fixtures/edxnotes/edxnotes.html b/lms/static/js/fixtures/edxnotes/edxnotes.html index 3a47f0eee892..dd8f497b5a56 100644 --- a/lms/static/js/fixtures/edxnotes/edxnotes.html +++ b/lms/static/js/fixtures/edxnotes/edxnotes.html @@ -10,7 +10,7 @@

@@ -21,7 +21,7 @@

View notes by:

-

Loading

+

Loading

diff --git a/lms/templates/edxnotes/edxnotes.html b/lms/templates/edxnotes/edxnotes.html index ac19e6fd3882..7d34a9f1d6df 100644 --- a/lms/templates/edxnotes/edxnotes.html +++ b/lms/templates/edxnotes/edxnotes.html @@ -21,7 +21,7 @@

${_('Notes')} ${_("Highlight % endif @@ -34,7 +34,7 @@

${_('View notes by:')}

% if notes:
-

${_("Loading")}

+

${_("Loading")}

% else:
diff --git a/lms/templates/edxnotes/toggle_notes.html b/lms/templates/edxnotes/toggle_notes.html index 9a836e7d967c..f8d6c157cc02 100644 --- a/lms/templates/edxnotes/toggle_notes.html +++ b/lms/templates/edxnotes/toggle_notes.html @@ -9,7 +9,7 @@ %>