Skip to content

Commit 25dc673

Browse files
author
Natalia Momotenko
committed
MAGETWO-35182: The link of "URL" type breaks "edit Downloadable" Backend page
1 parent 17f8fce commit 25dc673

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable/links.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</thead>
5858
<tfoot>
5959
<tr>
60-
<td colspan="8"><?php echo $block->getAddButtonHtml() ?></td>
60+
<td class="col-actions-add" colspan="8"><?php echo $block->getAddButtonHtml() ?></td>
6161
</tr>
6262
</tfoot>
6363
<tbody id="link_items_body">

0 commit comments

Comments
 (0)