settings-personal.php 502 B

123456789101112131415
  1. <form id="versions">
  2. <fieldset class="personalblock">
  3. <legend>
  4. <strong><?php echo $l->t('Versions'); ?></strong>
  5. </legend>
  6. <p>
  7. <?php echo $l->t('This will delete all existing backup versions of your files'); ?>
  8. </p>
  9. <button id="expireAllBtn">
  10. <?php echo $l->t('Expire all versions'); ?>
  11. <img style="display: none;" class="expireAllLoading" src="<?php echo OCP\Util::imagePath('core', 'loading.gif'); ?>" />
  12. </button>
  13. </fieldset>
  14. </form>