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-05-23 12:24:16 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-05-23 12:24:16 +0300
commitee5928f5dec4877b9f48485d58f90ffeb9f1b7d1 (patch)
tree49836afa8505274102460fdaa9add9336eae0c9e /templates
parent9cf2542c850baa7db419180521c8c76984c921be (diff)
UI rework
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/navigate.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/navigate.php b/templates/navigate.php
index f9f58cd..419468d 100644
--- a/templates/navigate.php
+++ b/templates/navigate.php
@@ -62,12 +62,13 @@ Util::addStyle(Application::APP_NAME, 'navigate');
<script id="template_entry" type="text/template">
<div class="result_entry_default">
<div class="result_entry_left">
- <div id="title">%%id%%</div>
+ <div id="title"></div>
<div id="line1"></div>
<div id="line2"></div>
</div>
<div class="result_entry_right">
- <div id="score"></div>
+ <div id="info">&nbsp;</div>
+ <div id="score">&nbsp;</div>
</div>
</div>