aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/array.tt
blob: cd9c0c2be78e152409e7a7634454fa57c25ab0f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=for layout widget

[% label %]
[% list  %]

=for layout label

<span class="field_array_label"> [% content | html %]: </span>

=for layout list

<div class="array_list">
<ul>
[% content %]
</ul>
</div>

=for layout item

<li>[% content | html %]</li>

=cut