aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/array.tt
blob: 2b049b501a3b3ac51abd1482cede14f858a4adbe (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

<strong > [% content | html %]: </strong>

=for layout list

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

=for layout item

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

=cut