Improved the search UI and made it more consistant.

Finished the Netflix API Part #884
This commit is contained in:
Jamie.Rees 2017-01-16 15:23:04 +00:00
commit 88c0651b1e
9 changed files with 98 additions and 7 deletions

View file

@ -107,7 +107,7 @@
}
<!-- Movie and TV Results template -->
<script id="search-template" type="text/x-handlebars-template">
<script id="search-template" type="text/x-handlebars-template">
<div class="row">
<div class="col-sm-2">
@ -134,7 +134,6 @@
<h4>{{title}} ({{year}})</h4>
</a>
{{/if_eq}}
{{#if_eq type "tv"}}
{{#if available}}
<span class="label label-success">@UI.Search_Available_on_plex</span>
{{else}}
@ -146,9 +145,11 @@
<span class="label label-danger">@UI.Search_Not_Requested_Yet</span>
{{/if}}
{{/if}}
<span id="{{id}}netflixTab"></span>
<br />
<br />
{{/if_eq}}
</div>
<p>{{overview}}</p>
</div>