Issue #1982248 by Dragan Eror, marcus777: Markup for: views/templates/views-view-list.tpl.php.
parent
02a10b3161
commit
892744990d
|
@ -25,21 +25,14 @@
|
||||||
<h3>{{ title }}</h3>
|
<h3>{{ title }}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if list.type == 'ul' %}
|
<{{ list.type }}{{ list.attributes }}>
|
||||||
<ul{{ list.attributes }}>
|
|
||||||
{% else %}
|
|
||||||
<ol{{ list.attributes }}>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% for row in rows %}
|
{% for row in rows %}
|
||||||
<li{{ row.attributes }}>{{ row.content }}</li>
|
<li{{ row.attributes }}>{{ row.content }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
</{{ list.type }}>
|
||||||
|
|
||||||
{% if list.type == 'ul' %}
|
|
||||||
</ul>
|
|
||||||
{% else %}
|
|
||||||
</ol>
|
|
||||||
{% endif %}
|
|
||||||
{% if attributes -%}
|
{% if attributes -%}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue