File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/SendFriend/view/frontend Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
</action >
14
14
</referenceBlock >
15
15
<referenceContainer name =" content" >
16
- <block class =" Magento\SendFriend\Block\Send" name =" sendfriend.send" template =" Magento_SendFriend::send.phtml" />
16
+ <block class =" Magento\SendFriend\Block\Send" name =" sendfriend.send" template =" Magento_SendFriend::send.phtml" >
17
+ <container name =" form.additional.info" as =" form_additional_info" />
18
+ </block >
17
19
</referenceContainer >
18
20
</body >
19
21
</page >
Original file line number Diff line number Diff line change 104
104
<?php endif ; ?>
105
105
</div>
106
106
</div>
107
+ <?php echo $ block ->getChildHtml ('form_additional_info ' ); ?>
107
108
</fieldset>
108
109
<div class="actions-toolbar">
109
110
<div class="primary">
You can’t perform that action at this time.
0 commit comments