Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
php-cuong committed Nov 28, 2017
1 parent 11fae13 commit 7460197
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions view/adminhtml/ui_component/faq_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
</item>
<item name="dataScope" xsi:type="string">store_id</item>
<item name="label" xsi:type="string" translate="true">Store View</item>
<item name="captionValue" xsi:type="string">0</item>
</item>
</argument>
</filterSelect>
Expand All @@ -138,6 +139,7 @@
</item>
<item name="dataScope" xsi:type="string">category_id</item>
<item name="label" xsi:type="string" translate="true">Category</item>
<item name="captionValue" xsi:type="string">0</item>
</item>
</argument>
</filterSelect>
Expand Down
1 change: 1 addition & 0 deletions view/adminhtml/ui_component/faqcat_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
</item>
<item name="dataScope" xsi:type="string">store_id</item>
<item name="label" xsi:type="string" translate="true">Store View</item>
<item name="captionValue" xsi:type="string">0</item>
</item>
</argument>
</filterSelect>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/templates/faq/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<li class="col-xs-6 col-sm-4 col-md-3 category">
<div class="block">
<a href="<?php echo $this->getFaqCategoryFullPath($category['identifier']); ?>">
<img src="<?php echo !empty($category['image']) ? $this->getFileBaseUrl($category['image']) : $block->getViewFileUrl('PHPCuong_Faq::images/faq81x81.png'); ?>" alt="<?php echo $category['title'];?>" title="<?php echo $category['title'];?> - <?php echo __('FAQ'); ?>" />
<img src="<?php echo !empty($category['image']) ? $this->getFileBaseUrl($category['image']) : $block->getViewFileUrl('PHPCuong_Faq::images/faq81x81.png'); ?>" alt="<?php echo __($category['title']);?>" title="<?php echo __($category['title']);?> - <?php echo __('FAQs'); ?>" />
</a>
<h3>
<a href="<?php echo $this->getFaqCategoryFullPath($category['identifier']); ?>">
Expand Down

0 comments on commit 7460197

Please sign in to comment.