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-13 16:31:57 +0300
committerdaita <maxence@pontapreta.net>2016-10-13 16:31:57 +0300
commit2904c2dc2f30b54931bb7a55f802bc315f86f217 (patch)
tree54af0676db7ec82e30a6c06195331bb92341b1b3 /templates
parente488109cb60d59cbfdb4ded92096440e62b60ae8 (diff)
relooked admin ui
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php48
1 files changed, 37 insertions, 11 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index a95a1a5..4993d3b 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -43,6 +43,10 @@ style('nextant', 'admin');
<tr>
<td>&nbsp;</td>
</tr>
+ <tr class="nextant_admin_head">
+ <td></td>
+ <td class="nextant_admin_head">Settings</td>
+ </tr>
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Nextant Version :')) ?></td>
@@ -72,6 +76,16 @@ style('nextant', 'admin');
<tr>
<td>&nbsp;</td>
</tr>
+ <tr class="nextant_admin_head">
+ <td></td>
+ <td class="nextant_admin_head">Indexing Files</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_index_files_max_size"
+ style="width: 100px;"></td>
+ </tr>
<tr style="height: 30px;">
<td class="nextant_admin_left">
@@ -91,12 +105,7 @@ style('nextant', 'admin');
id="solr_index_files_live_update" 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_index_files_max_size"
- style="width: 100px;"></td>
- </tr>
+
<!--
<tr style="height: 30px;">
@@ -112,22 +121,39 @@ style('nextant', 'admin');
<?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="2">Integrated to the Files</option>
</select></td>
</tr>
- <tr style="height: 30px;">
- <td class="nextant_admin_left">
- <?php p($l->t('Last index :')) ?></td>
- <td><div id="solr_index_files_last"></div></td>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr class="nextant_admin_head">
+ <td></td>
+ <td class="nextant_admin_head">Indexing Bookmarks</td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
</tr>
+ <tr class="nextant_admin_head">
+ <td></td>
+ <td class="nextant_admin_head">Nextant Status</td>
+ </tr>
+
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Number of documents :')) ?></td>
<td><div id="solr_current_docs"></div></td>
</tr>
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Last index :')) ?></td>
+ <td><div id="solr_index_files_last"></div></td>
+
+ </tr>
+
<tr>
<td>&nbsp;</td>
</tr>