Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
1ac701eb
Commit
1ac701eb
authored
Aug 17, 2015
by
Muzaffar yousaf
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9338 from edx/muzaffar/revert-master-changes
Reverts the accessibility changes for team profile page.
parents
b9bd9ae3
9e7d278d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
lms/djangoapps/teams/static/teams/js/views/team_profile.js
+0
-3
lms/djangoapps/teams/static/teams/templates/team-profile.underscore
+2
-4
lms/templates/components/header/header.underscore
+0
-1
No files found.
lms/djangoapps/teams/static/teams/js/views/team_profile.js
View file @
1ac701eb
...
...
@@ -42,7 +42,6 @@
membershipText
:
TeamUtils
.
teamCapacityText
(
memberships
.
length
,
this
.
maxTeamSize
),
isMember
:
isMember
,
hasCapacity
:
memberships
.
length
<
this
.
maxTeamSize
,
isEmpty
:
memberships
.
length
<
1
}));
this
.
discussionView
=
new
TeamDiscussionView
({
...
...
@@ -51,8 +50,6 @@
this
.
discussionView
.
render
();
this
.
renderTeamMembers
();
$
(
'.sr-is-focusable'
).
focus
();
return
this
;
},
...
...
lms/djangoapps/teams/static/teams/templates/team-profile.underscore
View file @
1ac701eb
...
...
@@ -5,7 +5,7 @@
data-user-create-comment="<%= !readOnly %>"
data-user-create-subcomment="<%= !readOnly %>">
<% if ( !readOnly) { %>
<
button type="button" class="btn new-post-btn"><i class="icon fa fa-edit new-post-icon" aria-hidden="true"></i><%= gettext("New Post") %></button
>
<
a href="#" class="new-post-btn" role="button"><span class="icon fa fa-edit new-post-icon"></span><%= gettext("New Post") %></a
>
<% } %>
</div>
</div>
...
...
@@ -18,9 +18,7 @@
</div>
<% } %>
<div class="team-members">
<% if (!isEmpty) { %>
<span class="sr"><%- gettext("Team member profiles") %></span>
<% } %>
<span class="sr"><%- gettext("Team member profiles") %></span>
<div class="members-info"></div>
</div>
...
...
lms/templates/components/header/header.underscore
View file @
1ac701eb
<header class="page-header has-secondary">
<div class="page-header-main">
<div class="sr-is-focusable" tabindex="-1"></div>
<% if (breadcrumbs !== null && breadcrumbs.length > 0) { %>
<nav class="breadcrumbs" aria-label="<%- nav_aria_label %>">
<% _.each(breadcrumbs, function (breadcrumb) { %>
...
...
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