aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/grid_view/entity/with_actions.tt
blob: 438a1685c8f6eae3ca59759bfd6d6dde33c09bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=for layout widget

<tr>
  [% field_list %]
  [% actions    %]
<tr>

=for layout field_list

[% content %]

=for layout field

<td>[% content %]</td>

=for layout actions

[% content %]

=for layout action

<td>[% content %]</td>


=cut