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-09-30 19:36:44 +0300
committerdaita <maxence@pontapreta.net>2016-09-30 19:36:44 +0300
commit690e665f809eb5790fc8742f1d8ae94928a945cd (patch)
tree06ecafe98e618fb4ae8803efaa55081b179a2ee8 /templates
parentdedc683a40b6a16f10a947b83266f39ce0cb17c7 (diff)
config max_size
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 2cd6b3c..69f5c47 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -90,6 +90,14 @@ style('nextant', 'admin');
<td><input type="checkbox" name="solr_live_docupdate"
id="solr_live_docupdate" value="1" style="margin: 10px;"></td>
</tr>
+
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Maximum File Size (Mb) :')) ?></td>
+ <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('Last index :')) ?></td>