fixed action.tt for base skin
[catagits/Reaction.git] / share / skin / default / layout / field / mutable / boolean.tt
CommitLineData
f38511c5 1=extends field/mutable
2
3=for layout widget
4
5<input name="[% exists_event %]" type="hidden" value="[% exists_value %]" />
6[% call_next %]
7
8=for layout field_body
9
10value="1" [% is_checked %]
11
12=for layout is_checked_yes
13
14checked="checked"
15
16=for layout is_checked_no
17
18=cut