aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/mutable/hidden_array.tt
blob: 0f5e35d68304873f4f607e210a51837c84a79e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
=for layout widget

[% hidden_list %]

=for layout hidden_field

<input type="hidden" name="[% field_name %]" value="[% field_value %]" />

=cut