Skip to content

Commit 13c1c74

Browse files
committed
MAGETWO-32302: Create New Order
1 parent 72f12d4 commit 13c1c74

File tree

1 file changed

+2
-4
lines changed
  • app/code/Magento/Backend/view/adminhtml/templates/widget

1 file changed

+2
-4
lines changed

app/code/Magento/Backend/view/adminhtml/templates/widget/form.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
/** @var $block \Magento\Backend\Block\Widget\Form */
1010
?>
1111
<?php /* @todo replace .form-inline with better class name */?>
12-
<?php
13-
// ToDo UI: check if we need this wrapper. Remobve or replace classes after admin__scope-old remove.
14-
// ToDo UI: Update /app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order-create.less
15-
?>
12+
<?php /* ToDo UI: check if we need this wrapper in the process of global forms refactoring */ ?>
13+
1614
<div class="entry-edit form-inline">
1715
<?php echo $block->getFormHtml();?>
1816
</div>

0 commit comments

Comments
 (0)