File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
adminhtml/templates/system/config/Field Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77
88?>
99<div class="faq-info-block">
10- <div class="attachment-note"><?= __ ('Use below code to show FAQ on CMS or Static Blocks ' ) ?> </div>
10+ <div class="attachment-note"><?= __ ('Use widget "Mageprince FAQ" or use below code to show FAQ on CMS or Static Blocks ' ) ?> </div>
1111 <div class="userguide-container">
1212 <div id="messages">
1313 <ul class="messages">
Original file line number Diff line number Diff line change 1818 <img src="<?= $ block ->getViewFileUrl ('images/loader-1.gif ' ); ?> " alt="loader"/>
1919 </div>
2020 <div class="mageprince-faq-collection" style="display: none">
21+ <?php if ($ this ->getTitle ()): ?>
22+ <h1 class="faq-page-title"><?= $ block ->escapeHtml ($ this ->getTitle ()) ?> </h1>
23+ <?php endif ; ?>
2124 <?php if ($ block ->isShowGroup () || $ pageType == 'ajax ' ): ?>
2225 <div class="faq-groups">
2326 <?php foreach ($ faqGroupCollection as $ group ): ?>
You can’t perform that action at this time.
0 commit comments