1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 05:37:47 +00:00
Havana/tools/www-tpl/default/homes/editor/search.tpl
2022-09-03 15:05:14 +10:00

14 lines
No EOL
318 B
Smarty

<ul>
<li>Click on link below to insert it into the document</li>
{% for kvp in querySearch %}
{% set key = kvp.getKey() %}
{% set value = kvp.getValue() %}
<li><a href="#" class="linktool-result" type="{{ type }}"
value="{{ value }}" title="{{ key }}">{{ key }}</a></li>
{% endfor %}
</ul>