cleanup for list_view in base skin
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
CommitLineData
f1abbd0a 1=extends NEXT
2
3=for layout widget
4
5<table>
6 [% call_next %]
7</table>
8
9=for layout header
10
11<thead>
12 [% call_next %]
13</thead>
14
15=for layout header_row
16
17<tr>
18 [% call_next %]
19</tr>
20
21=for layout header_cell
22
23<th> [% call_next %] </th>
24
25=for layout body
26
27<tbody>
28
29 [% call_next %]
30
31</tbody>
32
33=cut