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:
authordaita <maxence@pontapreta.net>2016-11-09 01:10:01 +0300
committerdaita <maxence@pontapreta.net>2016-11-09 01:10:01 +0300
commit89194d16dbaf7b4f4549b78d76c43437d1743510 (patch)
treec521f94f44c65680d38fc1b8009f0f5ff91cc190 /templates
parentd8fcfeff0b1c66de53ce0fa05a73e8566f3f0dc2 (diff)
queueID is now unique
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php21
1 files changed, 9 insertions, 12 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 54661e6..565b3b6 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -104,18 +104,6 @@ style('nextant', 'admin');
</td>
</tr>
-
- <tr style="height: 30px;">
- <td class="nextant_admin_left">
- <?php p($l->t('Live Index :')); ?>
- </td>
- <td colspan="2"><input type="checkbox"
- name="solr_index_files_live" id="solr_index_files_live"
- value="1" style="margin: 10px;"> (<a id="nextant_help_link"
- href="https://github.com/daita/nextant/wiki/Extracting,-Live-Update"
- target="_blank">help</a>)</td>
- </tr>
-
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Index Files Tree :')) ?></td>
@@ -204,6 +192,15 @@ style('nextant', 'admin');
</tr>
<tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Live Index :')); ?>
+ </td>
+ <td colspan="2"><input type="checkbox" name="solr_index_live"
+ id="solr_index_live" value="1" style="margin: 10px;"> <input
+ type="text" id="solr_index_live_queuekey" style="width: 100px; font-size: 12px;" /></td>
+ </tr>
+
+ <tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Background Index delay :')) ?></td>
<td><input type="text" name="solr_index_delay"