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
OpenEdx
edx-platform
Commits
d9759dd4
Commit
d9759dd4
authored
Oct 02, 2017
by
Mushtaq Ali
Committed by
Dillon Dumesnil
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Source video language UI - EDUCATOR-1314
parent
f4e6a7c0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
28 deletions
+102
-28
cms/static/js/views/course_video_settings.js
+92
-23
cms/static/sass/views/_video-upload.scss
+4
-3
cms/templates/js/course-video-settings.underscore
+6
-2
No files found.
cms/static/js/views/course_video_settings.js
View file @
d9759dd4
This diff is collapsed.
Click to expand it.
cms/static/sass/views/_video-upload.scss
View file @
d9759dd4
...
@@ -105,9 +105,10 @@
...
@@ -105,9 +105,10 @@
color
:
$black-t4
;
color
:
$black-t4
;
@include
font-size
(
15
);
@include
font-size
(
15
);
font-weight
:
font-weight
(
semi-bold
);
font-weight
:
font-weight
(
semi-bold
);
display
:
block
;
}
}
.transcript-provider-group
,
.transcript-turnaround
,
.transcript-fidelity
{
.transcript-provider-group
,
.transcript-turnaround
,
.transcript-fidelity
,
.video-source-language
{
margin-top
:
(
$baseline
*
0
.8
);
margin-top
:
(
$baseline
*
0
.8
);
}
}
...
@@ -123,7 +124,7 @@
...
@@ -123,7 +124,7 @@
}
}
}
}
.transcript-turnaround-wrapper
,
.transcript-fidelity-wrapper
,
.transcript-languages-wrapper
{
.transcript-turnaround-wrapper
,
.transcript-fidelity-wrapper
,
.
video-source-language-wrapper
,
.
transcript-languages-wrapper
{
display
:
none
;
display
:
none
;
}
}
...
@@ -143,7 +144,7 @@
...
@@ -143,7 +144,7 @@
.transcript-language-menu-container
{
.transcript-language-menu-container
{
margin-top
:
(
$baseline
*
0
.8
);
margin-top
:
(
$baseline
*
0
.8
);
.transcript-language-menu
{
.transcript-language-menu
{
width
:
6
5
%
;
width
:
6
0
%
;
}
}
.add-language-action
{
.add-language-action
{
display
:
inline-block
;
display
:
inline-block
;
...
...
cms/templates/js/course-video-settings.underscore
View file @
d9759dd4
...
@@ -26,9 +26,13 @@
...
@@ -26,9 +26,13 @@
<select id='transcript-fidelity' class='transcript-fidelity'></select>
<select id='transcript-fidelity' class='transcript-fidelity'></select>
<span class='error-info' aria-hidden="true"></span>
<span class='error-info' aria-hidden="true"></span>
</div>
</div>
<div class='transcript-preferance-wrapper video-source-language-wrapper'>
<label class='transcript-preferance-label' for='video-source-language'><%- gettext('Video Source Language') %><span class='error-icon' aria-hidden="true"></span></label>
<select id='video-source-language' class='video-source-language' aria-labelledby="video-source-language-none"></select>
<span class='error-info' aria-hidden="true"></span>
</div>
<div class='transcript-preferance-wrapper transcript-languages-wrapper'>
<div class='transcript-preferance-wrapper transcript-languages-wrapper'>
<span class='transcript-preferance-label'><%- gettext('Transcript Languages') %></span>
<span class='transcript-preferance-label'><%- gettext('Transcript Languages') %><span class='error-icon' aria-hidden="true"></span></span>
<span class='error-icon' aria-hidden="true"></span>
<div class='transcript-languages-container'>
<div class='transcript-languages-container'>
<div class='languages-container'></div>
<div class='languages-container'></div>
<div class="transcript-language-menu-container">
<div class="transcript-language-menu-container">
...
...
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