|
|
|
@ -117,7 +117,8 @@
|
|
|
|
|
<div class="typeahead__container">
|
|
|
|
|
<div class="typeahead__field">
|
|
|
|
|
<div class="typeahead__query">
|
|
|
|
|
<input class="form-control text-white js-typeahead" id="search" placeholder="Search..." autocomplete="off">
|
|
|
|
|
<input class="form-control text-white js-typeahead" id="search"
|
|
|
|
|
placeholder="Search..." autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -132,7 +133,9 @@
|
|
|
|
|
<!-- Profile -->
|
|
|
|
|
<!-- ============================================================== -->
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link text-muted fas fa-heart" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url" target=”_blank”></a>
|
|
|
|
|
<a class="nav-link text-muted fas fa-heart"
|
|
|
|
|
href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url"
|
|
|
|
|
target=”_blank”></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item dropdown">
|
|
|
|
|
<a class="nav-link dropdown-toggle text-muted fas fa-user" href=""
|
|
|
|
@ -142,7 +145,8 @@
|
|
|
|
|
<li><a id="restart"><i class="fas fa-redo"></i> Restart</a></li>
|
|
|
|
|
<li><a id="shutdown"><i class="fas fa-power-off"></i> Shutdown</a></li>
|
|
|
|
|
{% if settings.auth.type != 'None' %}
|
|
|
|
|
<li><a href="{{ url_for('logout') }}"><i class="fas fa-sign-out-alt"></i> Logout</a></li>
|
|
|
|
|
<li><a href="{{ url_for('logout') }}"><i class="fas fa-sign-out-alt"></i> Logout</a>
|
|
|
|
|
</li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
@ -186,7 +190,8 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li><a href="#"><i class="fas fa-exclamation-triangle"></i><span class="hide-menu"> Wanted</span></a>
|
|
|
|
|
<li><a href="#"><i class="fas fa-exclamation-triangle"></i><span
|
|
|
|
|
class="hide-menu"> Wanted</span></a>
|
|
|
|
|
<ul aria-expanded="false" class="collapse">
|
|
|
|
|
{% if settings.general.getboolean('use_sonarr') %}
|
|
|
|
|
<li><a href="{{ url_for('wantedseries') }}"> Series</a></li>
|
|
|
|
@ -237,11 +242,11 @@
|
|
|
|
|
<!-- Bread crumb and right sidebar toggle -->
|
|
|
|
|
<!-- ============================================================== -->
|
|
|
|
|
<div id="buttons_bars" class="row page-titles buttons_bars">
|
|
|
|
|
<div id="buttons_bar_left" class="col-md-5 col-8 align-self-center">
|
|
|
|
|
<div id="buttons_bar_left" class="col-8 align-self-center">
|
|
|
|
|
{% block bcleft %}
|
|
|
|
|
{% endblock bcleft %}
|
|
|
|
|
</div>
|
|
|
|
|
<div id="buttons_bar_right" class="col-md-7 col-4 align-self-center">
|
|
|
|
|
<div id="buttons_bar_right" class="col-4 align-self-center">
|
|
|
|
|
{% block bcright %}
|
|
|
|
|
{% endblock bcright %}
|
|
|
|
|
</div>
|
|
|
|
@ -302,6 +307,9 @@
|
|
|
|
|
<script>
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
|
BadgesAjax();
|
|
|
|
|
$(window).on('load resize', function () {
|
|
|
|
|
$('#buttons_bars').width($('.page-wrapper').width());
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.table').on('draw.dt', function () {
|
|
|
|
|
$('[data-toggle="tooltip"]').tooltip({html: true});
|
|
|
|
|