fix drop down langage

This commit is contained in:
aynsix
2020-06-16 10:32:12 +03:00
parent 18ba8b746d
commit f84b5a2c4e
3 changed files with 21 additions and 38 deletions

View File

@@ -183,13 +183,16 @@
<form name="video_subtitle_data" id="video-subtitle-data">
<div class="video-subtitle-top">
<label>{{ "prod:videoeditor:subtitletab:: work on" | trans }}</label>
<select name="subtitle_language" id="subtitle-language-select">
<select name="meta_struct_id" id="subtitle-language-select">
{% for videoTextTrackField in videoTextTrackFields %}
<option value="{{ videoTextTrackField.meta_struct_id}}">{{ videoTextTrackField.label}}</option>
{% endfor %}
</select>
</div>
<input type="hidden" value='{{ record.get_sbas_id() }}' name='record_sbas_id'>
<input type="hidden" value='{{ record.get_record_id() }}' name='record_record_id'>
<input type="text" id="record-vtt" name='record_vtt'>
<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">