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

[% label %]
[% list  %]

=for layout label

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

=for layout list

<ul>
  [% content %]
</ul>

=for layout item

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

=cut