simplify value widgets to reduce PROCESS calls, make some classes immutable which...
[catagits/Reaction.git] / share / skin / default / layout / grid_view / entity.tt
1 =for layout widget
2
3 <tr>
4   [% content %]
5 <tr>
6
7 =for layout fields
8
9 [% content %]
10
11 =for layout field
12
13 <td>[% content %]</td>
14
15 =cut