Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-proctoring
Commits
80a46ac6
Commit
80a46ac6
authored
Jan 06, 2017
by
alisan617
Committed by
GitHub
Jan 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #325 from edx/alisan-icon-span-TNL-5849
Update to icon tags for accessibility
parents
48519bef
6e4b6987
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
edx_proctoring/static/proctoring/spec/proctored_exam_attempt_spec.js
+1
-1
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
+2
-2
No files found.
edx_proctoring/static/proctoring/spec/proctored_exam_attempt_spec.js
View file @
80a46ac6
...
...
@@ -59,7 +59,7 @@ describe('ProctoredExamAttemptView', function () {
'<div class="search-attempts">'
+
'<input type="text" id="search_attempt_id" placeholder="e.g johndoe or john.doe@gmail.com"'
+
'<% if (inSearchMode) { %> value="<%= searchText %>" <%} %>'
+
'/> <span class="search"><
i class="fa fa-search"></i></span> <span class="clear-search"><i class="fa fa-remove"></i></i
></span>'
+
'/> <span class="search"><
span class="icon fa fa-search" aria-hidden="true"></span></span> <span class="clear-search"><span class="icon fa fa-remove" aria-hidden="true"></span
></span>'
+
'</div>'
+
'<ul class="pagination">'
+
'<% if (!pagination_info.has_previous){ %>'
+
...
...
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
View file @
80a46ac6
...
...
@@ -8,8 +8,8 @@
value="<%= searchText %>"
<%} %>
/>
<span class="search"><
i class="fa fa-search"></i
></span>
<span class="clear-search"><
i class="fa fa-remove"></i></i
></span>
<span class="search"><
span class="icon fa fa-search" aria-hidden="true"></span
></span>
<span class="clear-search"><
span class="icon fa fa-remove" aria-hidden="true"></span
></span>
</div>
<ul class="pagination">
<% if (!pagination_info.has_previous){ %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment