This commit is contained in:
ablwr 2014-08-17 15:18:14 -04:00
parent e8faa05bb8
commit 855c1f9bd6
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
<div class="form-group">
<label class="control-label" for="audio_track_name">Audio track</label>
<div class="controls">
<input type="text" name="audio_track_name" id="audio_track_name" placeholder="subtitles" />
<input type="text" name="audio_track_name" id="audio_track_name" placeholder="audio.mp3" />
</div>
</div>
</fieldset>

View File

@ -10,7 +10,7 @@
</div>
<br/>
</fieldset>
</div>
</div`
</div>
<div class="well">

View File

@ -15,11 +15,11 @@
<div class="well">
<fieldset>
<legend>Subtitles file (.srt)</legend>
<legend>Audio track</legend>
<div class="form-group">
<label class="control-label" for="subtitles_name">Subtitles</label>
<label class="control-label" for="subtitles_name">Audio track</label>
<div class="controls">
<input type="text" name="subtitles_name" id="subtitles_name" placeholder="subtitles" />
<input type="text" name="subtitles_name" id="subtitles_name" placeholder="audio.mp3" />
</div>
</div>
</fieldset>