aboutsummaryrefslogtreecommitdiffstats
path: root/core/search/templates/part.results.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/search/templates/part.results.html')
-rw-r--r--core/search/templates/part.results.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/search/templates/part.results.html b/core/search/templates/part.results.html
new file mode 100644
index 00000000000..612d02c18f8
--- /dev/null
+++ b/core/search/templates/part.results.html
@@ -0,0 +1,13 @@
+<div id="status"></div>
+<table>
+ <tbody>
+ <tr class="template">
+ <td class="icon"></td>
+ <td class="info">
+ <a class="link">
+ <div class="name"></div>
+ </a>
+ </td>
+ </tr>
+ </tbody>
+</table>