nextcloud/apps/user_migrate/templates/settings.php

8 lines
379 B
PHP
Raw Normal View History

<form id="export" action="#" method="post">
<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>
<input type="submit" name="user_export" value="Export" />
</fieldset>
2012-03-17 17:30:58 +04:00
</form>