Add video transcript config model flags - EDUCATOR-1224
This commit is contained in:
committed by
muzaffaryousaf
parent
2203de4a85
commit
538a3d7801
@@ -45,9 +45,11 @@
|
||||
<%- gettext('Update Settings') %>
|
||||
<span id='update-button-text' class='sr'><%-gettext('Press update settings to update course video settings') %></span>
|
||||
</button>
|
||||
<span class='last-updated-text'>
|
||||
<%if (dateModified) { %>
|
||||
<span class='last-updated-text'><%- gettext('Last updated')%> <%- dateModified %></span>
|
||||
<%- gettext('Last updated')%> <%- dateModified %>
|
||||
<% } %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
${video_upload_max_file_size | n, dump_js_escaped_json},
|
||||
${active_transcript_preferences | n, dump_js_escaped_json},
|
||||
${video_transcript_settings | n, dump_js_escaped_json},
|
||||
${is_video_transcript_enabled | n, dump_js_escaped_json},
|
||||
${video_image_settings | n, dump_js_escaped_json}
|
||||
);
|
||||
});
|
||||
@@ -55,12 +56,14 @@
|
||||
<span class="sr">> </span>${_("Video Uploads")}
|
||||
</h1>
|
||||
|
||||
% if is_video_transcript_enabled :
|
||||
<nav class="nav-actions" aria-label="${_('Page Actions')}">
|
||||
<h3 class="sr">${_("Page Actions")}</h3>
|
||||
<div class="nav-item">
|
||||
<button class="button course-video-settings-button"><span class="icon fa fa-cog" aria-hidden="true"></span> ${_("Course Video Settings")}</button>
|
||||
</div>
|
||||
</nav>
|
||||
% endif
|
||||
</header>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user