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-07 18:03:27 +0300
committerdaita <maxence@pontapreta.net>2016-10-07 18:03:27 +0300
commit663d2ecdb4db10d714a9fa26914c532ba7d1efc8 (patch)
tree540c895d457897d189689be2bc066400331fa871 /templates
parent9ed7be981cf0dd4d551747cf20f587f31153d455 (diff)
0.5.0
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 4bf8c8f..64f4ac7 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -96,8 +96,8 @@ style('nextant', 'admin');
<td class="nextant_admin_left">
<?php p($l->t('Display result :')) ?></td>
<td><select id="solr_display_result" style="width: 260px;">
+ <option value="1">Nextant style</option>
<option value="2">Integrated to the Files app</option>
- <option value="1">Nextant style (alpha - do not use)</option>
</select></td>
</tr>