Skip to content

Commit

Permalink
Resolved Alignment Issue While Editing Order Data containing Downloda…
Browse files Browse the repository at this point in the history
…ble Products #20917
  • Loading branch information
ansari-ziyaurrahman authored and webkul-deepakkumar committed May 2, 2019
1 parent 1cc6e75 commit 223b710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 223b710

Please sign in to comment.