File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/code/Magento/Cms/view/adminhtml/templates/browser Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ $_height = $block->getImagesHeight();
21
21
<?php endif ; ?>
22
22
</p>
23
23
<?php if ($ block ->getFileWidth ($ file )): ?>
24
- <small><?php echo $ block ->escapeHtml ($ block ->getFileWidth ($ file )) ?> x<?php echo $ block ->escapeHtml ($ block ->getFileHeight ($ file )) ?> <?php echo $ this ->escapeHtml (__ ('px. ' )) ?> </small><br/>
24
+ <small><?php echo $ block ->escapeHtml ($ block ->getFileWidth ($ file )) ?> x<?php echo $ block ->escapeHtml ($ block ->getFileHeight ($ file )) ?> <?php echo $ block ->escapeHtml (__ ('px. ' )) ?> </small><br/>
25
25
<?php endif ; ?>
26
26
<small><?php echo $ block ->escapeHtml ($ block ->getFileShortName ($ file )); ?> </small>
27
27
</div>
28
28
<?php endforeach ; ?>
29
29
<?php else : ?>
30
- <div class="empty"><?php echo $ this ->escapeHtml (__ ('No files found ' )) ?> </div>
30
+ <div class="empty"><?php echo $ block ->escapeHtml (__ ('No files found ' )) ?> </div>
31
31
<?php endif ; ?>
Original file line number Diff line number Diff line change 11
11
12
12
<div id="<?php echo $ block ->getHtmlId () ?> " class="uploader">
13
13
<span class="fileinput-button form-buttons">
14
- <span><?php echo $ this ->escapeHtml (__ ('Browse Files... ' )) ?> </span>
14
+ <span><?php echo $ block ->escapeHtml (__ ('Browse Files... ' )) ?> </span>
15
15
<input class="fileupload" type="file" name="<?php echo $ block ->escapeHtmlAttr ($ block ->getConfig ()->getFileField ()) ?> " data-url="<?php echo $ block ->escapeUrl ($ block ->getConfig ()->getUrl ()) ?> " multiple>
16
16
</span>
17
17
<div class="clear"></div>
Original file line number Diff line number Diff line change 11
11
<div class="tree-panel" >
12
12
<div class="categories-side-col">
13
13
<div class="tree-actions">
14
- <a onclick="jQuery('[data-role=tree]').jstree('close_all');"><?php echo $ this ->escapeHtml (__ ('Collapse All ' )) ?> </a>
14
+ <a onclick="jQuery('[data-role=tree]').jstree('close_all');"><?php echo $ block ->escapeHtml (__ ('Collapse All ' )) ?> </a>
15
15
<span class="separator">|</span>
16
- <a onclick="jQuery('[data-role=tree]').jstree('open_all');"><?php echo $ this ->escapeHtml (__ ('Expand All ' )) ?> </a>
16
+ <a onclick="jQuery('[data-role=tree]').jstree('open_all');"><?php echo $ block ->escapeHtml (__ ('Expand All ' )) ?> </a>
17
17
</div>
18
18
</div>
19
19
<div data-role="tree" data-mage-init='<?php echo $ block ->escapeHtml ($ this ->helper ('Magento\Framework\Json\Helper\Data ' )->jsonEncode ($ block ->getTreeWidgetOptions ())); ?> '>
You can’t perform that action at this time.
0 commit comments