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-10-02 02:36:20 +0300
committerdaita <maxence@pontapreta.net>2016-10-02 02:36:20 +0300
commit451ad59832be98dd5ec21ae2a9e335217f8fb078 (patch)
treec4f28adbb926bf7b54401873fe6162ef315ac267 /templates
parenta60066ca3bac80734f7c7fe5e05802e78c15dc07 (diff)
admin: select result display
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 c3b9eb7..4bf8c8f 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -94,6 +94,15 @@ style('nextant', 'admin');
<tr style="height: 30px;">
<td class="nextant_admin_left">
+ <?php p($l->t('Display result :')) ?></td>
+ <td><select id="solr_display_result" style="width: 260px;">
+ <option value="2">Integrated to the Files app</option>
+ <option value="1">Nextant style (alpha - do not use)</option>
+ </select></td>
+ </tr>
+
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
<?php p($l->t('Last index :')) ?></td>
<td><div id="solr_last_index"></div></td>