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')
-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>