File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Downloadable/view/adminhtml/templates/product/composite/fieldset Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
value="<?= /* @escapeNotVerified */ $ _link ->getId () ?> " <?= /* @escapeNotVerified */ $ block ->getLinkCheckedValue ($ _link ) ?>
30
30
price="<?= /* @escapeNotVerified */ $ block ->getCurrencyPrice ($ _link ->getPrice ()) ?> "/>
31
31
<?php endif ; ?>
32
- <label for="links_<?= /* @escapeNotVerified */ $ _link ->getId () ?> " class="label">
32
+ <label for="links_<?= /* @escapeNotVerified */ $ _link ->getId () ?> " class="label admin__field-label ">
33
33
<?= $ block ->escapeHtml ($ _link ->getTitle ()) ?>
34
34
<?php if ($ _link ->getSampleFile () || $ _link ->getSampleUrl ()): ?>
35
35
(<a href="<?= /* @escapeNotVerified */ $ block ->getLinkSampleUrl ($ _link ) ?> " <?= $ block ->getIsOpenInNewWindow ()?'onclick="this.target= \'_blank \'" ' :'' ?> ><?= /* @escapeNotVerified */ __ ('sample ' ) ?> </a>)
You can’t perform that action at this time.
0 commit comments