Deactivated several functions for kindle tolino and kobo. Opening books now working for ebook readers

This commit is contained in:
Ozzie Isaacs
2022-03-25 18:30:12 +01:00
parent 2a5e9a97bb
commit 14a6e7c42c
12 changed files with 33 additions and 28 deletions

View File

@@ -162,8 +162,10 @@
<input type="checkbox" name="Show_detail_random" id="Show_detail_random" {% if conf.show_detail_random() %}checked{% endif %}>
<label for="Show_detail_random">{{_('Show Random Books in Detail View')}}</label>
</div>
{% if not simple %}
<a href="#" id="get_tags" data-id="0" class="btn btn-default" data-toggle="modal" data-target="#restrictModal">{{_('Add Allowed/Denied Tags')}}</a>
<a href="#" id="get_column_values" data-id="0" class="btn btn-default" data-toggle="modal" data-target="#restrictModal">{{_('Add Allowed/Denied custom column values')}}</a>
{% endif %}
</div>
</div>
</div>