aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/componentui/layout/bar/member.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/componentui/layout/bar/member.tt')
-rw-r--r--share/skin/componentui/layout/bar/member.tt21
1 files changed, 21 insertions, 0 deletions
diff --git a/share/skin/componentui/layout/bar/member.tt b/share/skin/componentui/layout/bar/member.tt
new file mode 100644
index 0000000..6d18c95
--- /dev/null
+++ b/share/skin/componentui/layout/bar/member.tt
@@ -0,0 +1,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