aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/componentui/layout/bar/member.tt
blob: 6d18c9523a35281411ce66329c50980086eb3f66 (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::WithActions

=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