Skip to content

Commit

Permalink
ENGCOM-4744: Alignment Issue While Editing Order Data containing Down…
Browse files Browse the repository at this point in the history
…lodable Products with "Links can be purchased separately" enabled in Admin Section #22298
  • Loading branch information
sidolov authored Apr 18, 2019
2 parents cc0ced0 + 57c492b commit 074e607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
value="<?= /* @escapeNotVerified */ $_link->getId() ?>" <?= /* @escapeNotVerified */ $block->getLinkCheckedValue($_link) ?>
price="<?= /* @escapeNotVerified */ $block->getCurrencyPrice($_link->getPrice()) ?>"/>
<?php endif; ?>
<label for="links_<?= /* @escapeNotVerified */ $_link->getId() ?>" class="label">
<label for="links_<?= /* @escapeNotVerified */ $_link->getId() ?>" class="label admin__field-label">
<?= $block->escapeHtml($_link->getTitle()) ?>
<?php if ($_link->getSampleFile() || $_link->getSampleUrl()): ?>
&nbsp;(<a href="<?= /* @escapeNotVerified */ $block->getLinkSampleUrl($_link) ?>" <?= $block->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':'' ?>><?= /* @escapeNotVerified */ __('sample') ?></a>)
Expand Down

0 comments on commit 074e607

Please sign in to comment.