Custom block types displayed on admin/structure/block-types have 4 sets of table data cells within the operations column which breaks the page layout:

Normal blocks:

<tr class="even">
<td>Block</td>
<td>Normal</td>
<td><a href="/admin/structure/block-types/manage/homepage-block/fields">manage fields</a></td>
<td><a href="/admin/structure/block-types/manage/homepage-block/display">manage display</a></td> 
</tr>

Bean blocks:

<tr class="even">
<td>Homepage Block</td>
<td>Normal</td>
<td><a href="/admin/structure/block-types/manage/homepage-block/edit">Edit</a></td>
<td><a href="/admin/structure/block-types/manage/homepage-block/delete">Delete</a></td>
<td><a href="/admin/structure/block-types/manage/homepage-block/fields">manage fields</a></td>
<td><a href="/admin/structure/block-types/manage/homepage-block/display">manage display</a></td> 
</tr>

Comments

rsaddington’s picture

Title: Blocks types tables has too many td's » Block types tables has too many td's
StatusFileSize
new45.03 KB
rsaddington’s picture

StatusFileSize
new476 bytes

Simple patch attached to resolve this layout issue.

rsaddington’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, block_type_listing_layout-1698548-2.patch, failed testing.

rsaddington’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, block_type_listing_layout-1698548-2.patch, failed testing.

saltednut’s picture

This is more of a matter of the UI Beans not having ENOUGH <td>'s imo.

indytechcook’s picture

Status: Needs work » Reviewed & tested by the community

Yeah. looks good.

indytechcook’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.