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-05 17:46:22 +0300
committerdaita <maxence@pontapreta.net>2016-11-05 17:46:22 +0300
commit8c917d44d20af1a88f8f139f14c2561205795dac (patch)
treec6f6800874a3d402021c294fa30ccb4d7c13f519 /templates/settings.admin.php
parent116a4daaaada0aa57ace8cafcbbb2ffa1d69eca1 (diff)
set timeout in admin ui
Diffstat (limited to 'templates/settings.admin.php')
-rw-r--r--templates/settings.admin.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index c369628..3f47e12 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -66,6 +66,12 @@ style('nextant', 'admin');
</tr>
<tr style="height: 30px;">
+ <td class="nextant_admin_left"><?php p($l->t('Timeout (in seconds) :')) ?></td>
+ <td><input type="text" id="solr_timeout" value=""
+ style="width: 100px;"></td>
+ </tr>
+
+ <tr style="height: 30px;">
<td></td>
<td>
<button type="button" id="nextant_apply" style="width: 264px"><?php p($l->t('Test and Save')) ?></button>