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-01 01:10:36 +0300
committerdaita <maxence@pontapreta.net>2016-10-01 01:10:36 +0300
commita60066ca3bac80734f7c7fe5e05802e78c15dc07 (patch)
treeb04a84c13203cdf42ebb9d255e2344964a3c2776 /templates
parentd11577e5dd2be23d5efa092dfd85957f0723dee2 (diff)
force_index
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php23
1 files changed, 6 insertions, 17 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 69f5c47..c3b9eb7 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -67,11 +67,6 @@ style('nextant', 'admin');
<tr>
<td>&nbsp;</td>
</tr>
- <!-- <tr style="height: 40px;">
- <td colspan="2" style="text-align: center; width: 300px;"><span
- id="nextant-admin-msg" class="msg"></span></td>
- </tr>
- -->
<tr style="height: 30px;">
<td class="nextant_admin_left">
@@ -90,14 +85,13 @@ 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>
+ <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>
@@ -115,16 +109,11 @@ style('nextant', 'admin');
<td>
<button type="button" id="nextant_force_index"
- style="width: 270px"><?php p($l->t('Force re-index')) ?></button>
-<?php
-// if ($_['needed_index'] == 2) {
-// <b>execute <i>./occ nextant:index</i></b>
-// } else
-// p('index scheduled');
-?></td>
+ style="width: 270px"><?php p($l->t('Force index')) ?></button>
+ <div id="nextant_index_scheduled">Index is scheduled</div>
+ </td>
</tr>
-
</table>
</td>
<td style="padding-left: 40px;">