|
|
@ -18,16 +18,23 @@
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
|
|
{% block body %}
|
|
|
|
<h2 class="{{page}}">{{_(title)}}</h2>
|
|
|
|
<h2 class="{{page}}">{{_(title)}}</h2>
|
|
|
|
<div class="btn btn-default disabled" id="merge_books" aria-disabled="true">{{_('Merge selected books')}}</div>
|
|
|
|
<div class="col-xs-12 col-sm-6">
|
|
|
|
<div class="btn btn-default disabled" id="delete_selection" aria-disabled="true">{{_('Remove Selections')}}</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="btn btn-default disabled" id="merge_books" aria-disabled="true">{{_('Merge selected books')}}</div>
|
|
|
|
<input type="checkbox" id="autoupdate_titlesort" name="autoupdate_titlesort">
|
|
|
|
<div class="btn btn-default disabled" id="delete_selection" aria-disabled="true">{{_('Remove Selections')}}</div>
|
|
|
|
<label for="autoupdate_titlesort">{{_('Update Title Sort automatically')}}</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-xs-12 col-sm-6">
|
|
|
|
<input type="checkbox" id="autoupdate_autorsort" name="autoupdate_autorsort">
|
|
|
|
<div class="row">
|
|
|
|
<label for="autoupdate_autorsort">{{_('Update Author Sort automatically')}}</label>
|
|
|
|
<input type="checkbox" id="autoupdate_titlesort" name="autoupdate_titlesort" checked>
|
|
|
|
|
|
|
|
<label for="autoupdate_titlesort">{{_('Update Title Sort automatically')}}</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<input type="checkbox" id="autoupdate_autorsort" name="autoupdate_autorsort" checked>
|
|
|
|
|
|
|
|
<label for="autoupdate_autorsort">{{_('Update Author Sort automatically')}}</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<table id="books-table" class="table table-no-bordered table-striped"
|
|
|
|
<table id="books-table" class="table table-no-bordered table-striped"
|
|
|
|
data-url="{{url_for('web.list_books')}}">
|
|
|
|
data-url="{{url_for('web.list_books')}}">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|