merge fixups
[catagits/Reaction.git] / root / base / radio
CommitLineData
7adfd53f 1[%
2
3PROCESS field_base;
4
5control_block = 'radio_control';
6
7BLOCK radio_control;
8
9 %]<input type="radio" id="[% id_attr %]" [% connect_control(self, 'value');
10 process_attrs(attrs) %] />[%
11
12END;
13
14%]