File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ $_order = $block->getOrder() ?>
81
81
</tr>
82
82
<?php endif ; ?>
83
83
<tr bgcolor="#DEE5E8">
84
- <td colspan="2" align="right" style="padding:3px 9px"><strong><big> < ?= $ block ->escapeHtml (__ ('Grand Total ' )) ?> </big ></strong></td>
85
- <td align="right" style="padding:6px 9px"><strong><big> < ?= /* @noEscape */ $ _order ->formatPrice ($ _order ->getGrandTotal ()) ?> </big ></strong></td>
84
+ <td colspan="2" align="right" style="padding:3px 9px"><strong style="font-size: larger"> < ?= $ block ->escapeHtml (__ ('Grand Total ' )) ?> </strong></td>
85
+ <td align="right" style="padding:6px 9px"><strong style="font-size: larger"> < ?= /* @noEscape */ $ _order ->formatPrice ($ _order ->getGrandTotal ()) ?> </strong></td>
86
86
</tr>
87
87
</tfoot>
88
88
</table>
Original file line number Diff line number Diff line change 6
6
?>
7
7
<?php if ($ block ->getCanDisplayTotalDue ()) : ?>
8
8
<tr>
9
- <td class="label"><big>< strong><?= $ block ->escapeHtml (__ ('Total Due ' )) ?> </strong></big ></td>
10
- <td class="emph"><big> < ?= /* @noEscape */ $ block ->displayPriceAttribute ('total_due ' , true ) ?> </big ></td>
9
+ <td class="label"><strong style="font-size: larger" ><?= $ block ->escapeHtml (__ ('Total Due ' )) ?> </strong></td>
10
+ <td class="emph" style="font-size: larger"> < ?= /* @noEscape */ $ block ->displayPriceAttribute ('total_due ' , true ) ?> </td>
11
11
</tr>
12
12
<?php endif ; ?>
Original file line number Diff line number Diff line change 9
9
10
10
<tr>
11
11
<td class="label">
12
- <strong><big >
12
+ <strong style="font-size: larger" >
13
13
<?php if ($ block ->getGrandTotalTitle ()) : ?>
14
14
<?= $ block ->escapeHtml ($ block ->getGrandTotalTitle ()) ?>
15
15
<?php else : ?>
16
16
<?= $ block ->escapeHtml (__ ('Grand Total ' )) ?>
17
17
<?php endif ; ?>
18
- </big></ strong>
18
+ </strong>
19
19
</td>
20
- <td class="emph"><big> < ?= /* @noEscape */ $ block ->displayPriceAttribute ('grand_total ' , true ) ?> </big ></td>
20
+ <td class="emph" style="font-size: larger"> < ?= /* @noEscape */ $ block ->displayPriceAttribute ('grand_total ' , true ) ?> </td>
21
21
</tr>
You can’t perform that action at this time.
0 commit comments