1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 22:27:45 +00:00
Havana/tools/www-tpl/es/homes/editor/search.tpl
2025-02-24 08:11:19 -03:00

14 lines
No EOL
339 B
Smarty

<ul>
<li>Haga clic en el enlace a continuación para insertarlo en el documento.</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>