pull/884/head
Louis Vézina 5 years ago
parent e186f6470f
commit 574b4dfe99

@ -98,24 +98,22 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container-fluid"> <!-- ============================================================== -->
<!-- ============================================================== --> <!-- Bread crumb and right sidebar toggle -->
<!-- Bread crumb and right sidebar toggle --> <!-- ============================================================== -->
<!-- ============================================================== --> <table id="episodes" class="table table-striped" style="width:100%">
<table id="episodes" class="table table-striped" style="width:100%"> <thead>
<thead> <tr>
<tr> <th></th>
<th></th> <th>Episode</th>
<th>Episode</th> <th>Title</th>
<th>Title</th> <th>Existing Subtitles</th>
<th>Existing Subtitles</th> <th>Missing Subtitles</th>
<th>Missing Subtitles</th> <th>Manual Search</th>
<th>Manual Search</th> <th>Manual Upload</th>
<th>Manual Upload</th> </tr>
</tr> </thead>
</thead> </table>
</table>
</div>
<div id="manualSearchModal" class="modal" tabindex="-1" role="dialog"> <div id="manualSearchModal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

@ -108,22 +108,20 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container-fluid"> <!-- Bread crumb and right sidebar toggle -->
<!-- Bread crumb and right sidebar toggle --> <!-- ============================================================== -->
<!-- ============================================================== --> <table id="movieSubtitles" class="table table-striped" style="width:100%">
<table id="movieSubtitles" class="table table-striped" style="width:100%"> <thead>
<thead> <tr>
<tr> <th>Subtitles Path</th>
<th>Subtitles Path</th> <th>Language(s)</th>
<th>Language(s)</th> <th></th>
<th></th> </tr>
</tr> </thead>
</thead> </table>
</table> <br>
<br> <h5 style="font-weight: 500;">Missing Subtitles</h5>
<h5 style="font-weight: 500;">Missing Subtitles</h5> <span id="missingSubtitles"></span>
<span id="missingSubtitles"></span>
</div>
<div id="manualSearchModal" class="modal" tabindex="-1" role="dialog"> <div id="manualSearchModal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

Loading…
Cancel
Save