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-12-24 20:13:38 +0300
committerdaita <maxence@pontapreta.net>2016-12-24 20:13:38 +0300
commite3be04da24114425b38de54c303c9507b6dfec80 (patch)
tree13808fdb1bb9782ff8cb934f10a4ef34e9fb7f17 /templates/settings.admin.php
parenta645aa03e3e70673478d58f85c234524828d5455 (diff)
#103 - use_cron settings
Diffstat (limited to 'templates/settings.admin.php')
-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 419a00b..bc89492 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -237,6 +237,15 @@ style('nextant', 'admin');
id="solr_index_delay" value="2" style="width: 50px;" /><?php p($l->t('hours')); ?></td>
</tr>
+
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Use System Cron :')); ?>
+ </td>
+ <td colspan="2"><input type="checkbox" name="solr_use_cron"
+ id="solr_use_cron" value="1" style="margin: 10px;" /></td>
+ </tr>
+
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Number of documents :')) ?></td>