mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Fixed colspan on <td class="actions"> in MemberTableField.ss
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59281 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
84668f8097
commit
0f642e8bbd
@ -20,7 +20,7 @@
|
||||
<tr class="addtogrouprow">
|
||||
<% if Markable %><td width="18"> </dh><% end_if %>
|
||||
$AddRecordForm.CellFields
|
||||
<td class="actions" colspan="2">$AddRecordForm.CellActions</td>
|
||||
<td class="actions" colspan="3">$AddRecordForm.CellActions</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
<% if Markable %><td width="18"> </td><% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user