1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_opds: add option to schedule metadata rescan, bumped version to v0.6.1, new dist file

This commit is contained in:
frankdelange 2015-01-09 23:49:26 +01:00
parent 30ccabed34
commit 0d96eb08a4
7 changed files with 59 additions and 2 deletions

View file

@ -38,6 +38,13 @@
</tr>
</table>
<br>
<div>
<input type="button" id="opds-rescan" value="<?php p($l -> t('Schedule rescan')); ?>" />
<input type="button" id="opds-really-rescan" title="<?php p($l->t("Schedule a rescan of all metadata.")); ?>" value="<?php p($l -> t('Yes, I really want to schedule a rescan of all metadata')); ?>" hidden />
<input type="button" id="opds-dont-rescan" value="<?php p($l -> t('No, I do not want to schedule a rescan of all metadata')); ?>" hidden />
<span class="scn"></span>
</div>
<br>
<div>
<input type="button" id="opds-clear-bookshelf" value="<?php p($l -> t('Clear Bookshelf')); ?>" />
<input type="button" id="opds-really-clear-bookshelf" title="<?php p($l->t("Clear list of downloaded books from bookshelf. This only clears the list, it does not delete any books.")); ?>" value="<?php p($l -> t('Yes, I really want to clear my personal bookshelf')); ?>" hidden />