change listview/grid so that members of a grid can have actions by default, it will...
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
index 9b7eb49..cf1d882 100644 (file)
 
 <th> [% call_next %] </th>
 
+=for layout header_action_cell
+
+<th colspan="[% col_count %]"> [% call_next %] </th>
+
 =for layout body
 
 <tbody>
-
   [% call_next %]
-
 </tbody>
 
 =cut