summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/templates/settings-personal.php
blob: 2b313a07c8827d835f76d83ae14e559ba752ebfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<form id="versions">
	<fieldset class="personalblock">
		<legend>
			<strong><?php echo $l->t('Versions'); ?></strong>
		</legend>
		<button id="expireAllBtn">
            <?php echo $l->t('Expire all versions'); ?>
            <img style="display: none;" class="expireAllLoading" src="<?php echo OCP\Util::imagePath('core', 'loading.gif'); ?>" />
            </button>
            <br /><em><?php echo $l->t('This will delete all existing backup versions of your files'); ?></em>
	</fieldset>
</form>