aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/collection/grid/member.tt
blob: 13e29c3fd1e909e5cd50c1a9bec8ca967958df9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=extends NEXT

=for layout widget

<tr>
  [% call_next %]
</tr>

=for layout field

<td>[% call_next %]</td>

=for layout action

<td>[% call_next %]</td>

=cut