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:
authorMaxence Lange <maxence@artificial-owl.com>2018-01-06 19:58:17 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-01-06 19:58:17 +0300
commita96d771619886d792448b1ec1436661a2293eb7f (patch)
tree39cb3d1c2c380d1fd18ede60dfb7c643fff7b812 /templates
parente2a32c728a64ca9d0bbbd2820223bc4f7525d5ab (diff)
rename
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/navigate.php5
-rw-r--r--templates/settings.admin.php4
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/navigate.php b/templates/navigate.php
index 12ae046..c47cb16 100644
--- a/templates/navigate.php
+++ b/templates/navigate.php
@@ -25,11 +25,12 @@
*/
use OCA\FullTextSearch\Api\v1\FullTextSearch;
+use OCA\FullTextSearch\AppInfo\Application;
use OCP\Util;
FullTextSearch::addJavascriptAPI();
-Util::addScript(FullTextSearch::appName(), 'fulltextsearch');
-Util::addStyle(FullTextSearch::appName(), 'fulltextsearch');
+Util::addScript(Application::APP_NAME, 'navigate');
+Util::addStyle(Application::APP_NAME, 'navigate');
?>
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 237e61f..dae047d 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -55,7 +55,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Select the app that will be used to index content and answer search queries.</em>
</div>
<div class="div-table-col">
- <select id="fns_platforms">
+ <select id="fts_platforms">
<option></option>
</select>
</div>
@@ -68,7 +68,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Lower the value if the server is short on memory.</em>
</div>
<div class="div-table-col">
- <input type="text" class="small" id="fns_chunk_size"/>
+ <input type="text" class="small" id="fts_chunk_size"/>
</div>
</div>