Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.admin.php')
-rw-r--r--templates/settings.admin.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index f28ef90..7e8b39c 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -104,12 +104,6 @@ style('nextant', 'admin');
<td><input type="checkbox" name="solr_index_files_live_update"
id="solr_index_files_live_update" value="1" style="margin: 10px;"></td>
</tr>
- <tr style="height: 30px;">
- <td class="nextant_admin_left">
- <?php p($l->t('Last index :')) ?></td>
- <td><div id="solr_index_files_last"></div></td>
-
- </tr>
<!--
@@ -170,6 +164,12 @@ style('nextant', 'admin');
<?php p($l->t('Number of documents :')) ?></td>
<td><div id="solr_current_docs"></div></td>
</tr>
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Last index :')) ?></td>
+ <td><div id="solr_index_last"></div></td>
+
+ </tr>
<tr>
<td>&nbsp;</td>