summaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/templates/settings.php
blob: 5f4857de5fa4a518605514a2045d0554a4027f1c (plain)
1
2
3
4
5
6
<fieldset class="personalblock">
	<legend><strong><?php echo $l->t('Export your user account');?></strong></legend>
	<p><?php echo $l->t('This will create a compressed file that contains your ownCloud account.');?>
	</p>
	<button id="exportbtn">Export<img style="display: none;" class="loading" src="<?php echo OC_Helper::linkTo('core', 'img/loading.gif'); ?>" /></button>
</fieldset>