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>
|
||||
{% endif %}
|
||||
|
||||
{% if list.type == 'ul' %}
|
||||
<ul{{ list.attributes }}>
|
||||
{% else %}
|
||||
<ol{{ list.attributes }}>
|
||||
{% endif %}
|
||||
<{{ list.type }}{{ list.attributes }}>
|
||||
|
||||
{% for row in rows %}
|
||||
<li{{ row.attributes }}>{{ row.content }}</li>
|
||||
{% endfor %}
|
||||
{% for row in rows %}
|
||||
<li{{ row.attributes }}>{{ row.content }}</li>
|
||||
{% endfor %}
|
||||
|
||||
</{{ list.type }}>
|
||||
|
||||
{% if list.type == 'ul' %}
|
||||
</ul>
|
||||
{% else %}
|
||||
</ol>
|
||||
{% endif %}
|
||||
{% if attributes -%}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue