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 23:00:57 +0300
committerdaita <maxence@pontapreta.net>2016-10-07 23:00:57 +0300
commit8326fd23fe6eea52fad2dffc16e30df0dcc05849 (patch)
tree9357bd228f527f8de775eadebd5bc6394b2e6736 /templates
parent663d2ecdb4db10d714a9fa26914c532ba7d1efc8 (diff)
display version
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php19
1 files changed, 12 insertions, 7 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 64f4ac7..4e5b416 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -43,20 +43,25 @@ style('nextant', 'admin');
<tr>
<td>&nbsp;</td>
</tr>
- <tr>
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Nextant Version :')) ?></td>
+ <td><div id="nextant_version"></div></td>
+ </tr>
+ <tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Address of your Solr Servlet :')) ?></td>
- <td><input type="text" name="solr_url" id="solr_url"
- value="<?php p($_['solr_url'])?>" style="width: 250px;"></td>
+ <td><input type="text" name="solr_url" id="solr_url" value=""
+ style="width: 250px;"></td>
</tr>
- <tr>
+ <tr style="height: 30px;">
<td class="nextant_admin_left"><?php p($l->t('Core :')) ?></td>
- <td><input type="text" id="solr_core"
- value="<?php p($_['solr_core'])?>" style="width: 250px;"></td>
+ <td><input type="text" id="solr_core" value=""
+ style="width: 250px;"></td>
</tr>
- <tr>
+ <tr style="height: 30px;">
<td></td>
<td>
<button type="button" id="nextant_apply" style="width: 270px"><?php p($l->t('Test and Save')) ?></button>