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-21 04:13:13 +0300
committerdaita <maxence@pontapreta.net>2016-11-21 04:13:13 +0300
commit002e4cee6b0ad78b3137081f2669a09a4121a0b1 (patch)
treee21a3a91e9023318138756079674a0293893fbae /templates
parenta937021247fb592672d8b086c98d98980ef0bb43 (diff)
add option 'index federated shares'
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index b8fd751..6962383 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -127,12 +127,23 @@ style('nextant', 'admin');
<tr style="height: 30px;">
<td class="nextant_admin_left">
+ <?php p($l->t('Index Federated Shares :')) ?></td>
+ <td colspan="2"><input type="checkbox"
+ name="solr_index_files_federated"
+ id="solr_index_files_federated" value="1" style="margin: 10px;"></td>
+ </tr>
+
+
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
<?php p($l->t('Index External Storage :')) ?></td>
<td colspan="2"><input type="checkbox"
name="solr_index_files_external" id="solr_index_files_external"
value="1" style="margin: 10px;"></td>
</tr>
+
+
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Index Encrypted Files :')) ?></td>