aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/componentui/layout/bar/member.tt
blob: 63d01dada73b63fc9b2c9187361a1ac9d5797f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=widget Collection::Grid::Member

=for layout widget

<fieldset style="width:50%; border:1px solid black; margin-bottom:4px; display:inline;">
  <div style="width:100%; text-align:right;">
     [% actions %]
  </div>
   [% field_list %]
</fieldset><br>

=for layout field
[% call_next %] <br>

=for layout action

<span style="border:1px solid black; margin-right:3px; padding:2px;">
  [% call_next %]
</span>

=cut