fixes for object and bar/member
[catagits/Reaction.git] / share / skin / componentui / layout / bar / member.tt
CommitLineData
c504eee4 1=widget Collection::Grid::Member
fff7579c 2
3=for layout widget
4
5<fieldset style="width:50%; border:1px solid black; margin-bottom:4px; display:inline;">
6 <div style="width:100%; text-align:right;">
7 [% actions %]
8 </div>
9 [% field_list %]
10</fieldset><br>
11
12=for layout field
13[% call_next %] <br>
14
15=for layout action
16
17<span style="border:1px solid black; margin-right:3px; padding:2px;">
18 [% call_next %]
19</span>
20
21=cut