PHRAs-3116 : save video caption field

This commit is contained in:
Harrys Ravalomanana
2020-06-16 12:09:38 +04:00
parent f84b5a2c4e
commit 5c5078c36f
2 changed files with 3 additions and 2 deletions

View File

@@ -183,7 +183,7 @@
<form name="video_subtitle_data" id="video-subtitle-data">
<div class="video-subtitle-top">
<label>{{ "prod:videoeditor:subtitletab:: work on" | trans }}</label>
<select name="meta_struct_id" id="subtitle-language-select">
<select name="meta_struct_id" id="metaStructId">
{% for videoTextTrackField in videoTextTrackFields %}
<option value="{{ videoTextTrackField.meta_struct_id}}">{{ videoTextTrackField.label}}</option>
{% endfor %}
@@ -192,7 +192,6 @@
</div>
<input type="hidden" value='{{ record.get_sbas_id() }}' name='databox_id'>
<input type="hidden" value='{{ record.get_record_id() }}' name='record_id'>
<input type="text" id="record-vtt" name='value'>
</form>
<form name="video_subtitle_list" id="video-subtitle-list">
<div class="video-subtitle-bottom">