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:
Ingo Schommer 2008-07-28 07:38:38 +00:00
parent 84668f8097
commit 0f642e8bbd

View File

@ -20,7 +20,7 @@
<tr class="addtogrouprow">
<% if Markable %><td width="18">&nbsp;</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">&nbsp;</td><% end_if %>