1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-09 01:38:05 +00:00

Merge remote-tracking branch 'koko_sync/feature/kobo-shelf' into Develop

This commit is contained in:
Ozzieisaacs
2021-05-02 09:43:47 +02:00
4 changed files with 154 additions and 47 deletions

View File

@@ -14,6 +14,14 @@
</label>
</div>
{% endif %}
{% if kobo_sync_enabled %}
<div class="checkbox">
<label>
<input type="checkbox" name="kobo_sync"
{% if shelf.kobo_sync == 1 %}checked{% endif %}> {{ _('Synchronize with Kobo device') }}
</label>
</div>
{% endif %}
<button type="submit" class="btn btn-default" id="submit">{{_('Save')}}</button>
{% if shelf.id != None %}
<a href="{{ url_for('shelf.show_shelf', shelf_id=shelf.id) }}" class="btn btn-default">{{_('Cancel')}}</a>