File tree Expand file tree Collapse file tree 4 files changed +30
-7
lines changed
ConfigurableProduct/view/adminhtml/templates/catalog/product/composite/fieldset
design/adminhtml/Magento/backend
Magento_Sales/web/css/source/module
web/css/source/components Expand file tree Collapse file tree 4 files changed +30
-7
lines changed Original file line number Diff line number Diff line change 13
13
<?php $ _attributes = $ block ->decorateArray ($ block ->getAllowAttributes ()); ?>
14
14
<?php $ _skipSaleableCheck = $ this ->helper ('Magento\Catalog\Helper\Product ' )->getSkipSaleableCheck (); ?>
15
15
<?php if (($ _product ->isSaleable () || $ _skipSaleableCheck ) && count ($ _attributes )):?>
16
- <fieldset id="catalog_product_composite_configure_fields_configurable" class="fieldset admin__fieldset">
16
+ <fieldset id="catalog_product_composite_configure_fields_configurable" class="fieldset admin__fieldset product-options ">
17
17
<legend class="legend admin__legend"><span><?php echo __ ('Associated Products ' ) ?> </span></legend>
18
- <div class="product-options">
19
- <div class="field admin__field _required required">
18
+ <div class="field admin__field _required required">
20
19
<?php foreach ($ _attributes as $ _attribute ): ?>
21
20
<label class="label admin__field-label"><?php echo $ _attribute ->getLabel () ?> </label>
22
21
<div class="control admin__field-control <?php if ($ _attribute ->getDecoratedIsLast ()):?> last<?php endif ; ?> ">
27
26
</select>
28
27
</div>
29
28
<?php endforeach ; ?>
30
- </div>
31
29
</div>
32
30
</fieldset>
33
31
<script>
Original file line number Diff line number Diff line change 10
10
<?php /* @var $block \Magento\Sales\Block\Adminhtml\Order\Create\Sidebar\AbstractSidebar */ ?>
11
11
<div class="create-order-sidebar-block" id="sidebar_data_<?php echo $ block ->getDataId () ?> ">
12
12
<div class="head">
13
- <a href="#" class="action-refresh" title="<?php echo $ block ->escapeHtml (__ ('Refresh ' )); ?> " onclick="order.loadArea('sidebar_<?php echo $ block ->getDataId () ?> ', 'sidebar_data_<?php echo $ block ->getDataId () ?> ');return false;">
14
- <span>Refresh</span>
13
+ <a href="#" class="action-refresh"
14
+ title="<?php echo $ block ->escapeHtml (__ ('Refresh ' )); ?> "
15
+ onclick="order.loadArea('sidebar_<?php echo $ block ->getDataId () ?> ', 'sidebar_data_<?php echo $ block ->getDataId () ?> ');return false;">
16
+ <span><?php echo __ ('Refresh ' ); ?> </span>
15
17
</a>
16
18
<h5 class="create-order-sidebar-label">
17
19
<?php echo $ block ->getHeaderText () ?>
101
103
class="admin__control-checkbox"
102
104
name="sidebar[<?php echo $ block ->getSidebarStorageAction () ?> ][<?php echo $ block ->getIdentifierId ($ _item ) ?> ]"
103
105
value="<?php echo $ block ->canDisplayItemQty () ? $ _item ->getQty ()*1 : 1 ?> "
104
- title="<?php echo $ block ->escapeHtml (__ ('Add To Order ' )); ?> "" />
106
+ title="<?php echo $ block ->escapeHtml (__ ('Add To Order ' )); ?> "/>
105
107
<label class="admin__field-label"></label>
106
108
<?php endif ; ?>
107
109
</div>
Original file line number Diff line number Diff line change 289
289
}
290
290
}
291
291
292
+ //
293
+ // Order Errors
294
+ // ---------------------------------------------
295
+
296
+ .order-errors {
297
+ .col-qty {
298
+ .admin__control-text {
299
+ & :extend(.abs-control-qty all );
300
+ }
301
+ }
302
+ }
303
+
292
304
//
293
305
// Gift options
294
306
// ---------------------------------------------
Original file line number Diff line number Diff line change 317
317
}
318
318
}
319
319
320
+ .ui-dialog {
321
+ .admin__fieldset {
322
+ > .admin__legend {
323
+ float : none ;
324
+ font-size : 1.8rem ;
325
+ margin : 0 0 2rem 34% ;
326
+ width : auto ;
327
+ }
328
+ }
329
+ }
330
+
320
331
.ui-widget-overlay {
321
332
background : @popup-overlay__background-color ;
322
333
bottom : 0 ;
You can’t perform that action at this time.
0 commit comments