summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:49 +0100
commit6f48a74ead80c57e291ca2be78645449e99ae5f0 (patch)
tree783d228246b38fe135f772461958d00f56900ac0 /templates
parent050ca4af5a2c72ecd31305ed7b91afc4f411efa1 (diff)
add autoupdate for indices
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/admin.php b/templates/admin.php
index f4eac5089..1d7c56003 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -122,19 +122,6 @@ style('news', 'admin');
<p><input type="text" name="news-explore-url"
value="<?php p($_['exploreUrl']); ?>"></p>
</div>
- <div class="form-line">
- <p>
- <label for="news-migrate">
- <?php p($l->t('Migrate data')); ?>
- </label>
- </p>
- <p><em><?php p($l->t('Migrates existing data after updating from versions prior to 7.0.0')); ?></em></p>
- <p><em class="notice"><?php p($l->t(
- 'This takes about 1 minute per user. For bigger installations use ' .
- 'this console command to prevent timeouts:')); ?> php -f owncloud/occ news:migrate
- </em></p>
- <p><button type="button" name="news-migrate" id="news-migrate"><?php p($l->t('Migrate data')); ?></button></p>
- </div>
<div id="news-saved-message">
<span class="msg success"><?php p($l->t('Saved')); ?></span>
</div>