Files
edx-platform/cms/templates/js/video/metadata-translations-entry.underscore
Ali-D-Akbar a2a58065b4 PROD-2025
2021-02-08 22:56:44 +05:00

12 lines
595 B
Plaintext

<div class="wrapper-comp-setting metadata-video-translations">
<label class="label setting-label"><%- model.get('display_name')%></label>
<input class="upload-transcript-input is-hidden" type="file" name="file" accept=".srt"/>
<div class="wrapper-translations-settings">
<ol class="list-settings"></ol>
<a href="#" class="create-action create-setting">
<span class="icon fa fa-plus" aria-hidden="true"></span><%- gettext("Add") %> <span class="sr"><%- model.get('display_name')%></span>
</a>
</div>
</div>
<span class="tip setting-help"><%- model.get('help') %></span>