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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 4e5b416..f219b9a 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -97,6 +97,15 @@ style('nextant', 'admin');
<td><input type="text" id="solr_max_size" style="width: 100px;"></td>
</tr>
+ <!--
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Index External Storage :')) ?></td>
+ <td><input type="checkbox" name="solr_external_index"
+ id="solr_external_index" value="1" style="margin: 10px;"></td>
+ </tr>
+ -->
+
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Display result :')) ?></td>