File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22 "name" : " scriptua/magento2-quickview" ,
33 "description" : " Script QuickView Module" ,
44 "require" : {
5- "php" : " ~5.6.5| 7.0.2|7.0.4 |~7.0.6 " ,
5+ "php" : " ~7.0.0|~7.1.0 |~7.2.0 " ,
66 "magento/module-catalog" : " 102.* |101.* | 100.*" ,
7- "scriptua/magento2-base" : " 1.0 .*"
7+ "scriptua/magento2-base" : " 1.1 .*"
88 },
99 "type" : " magento2-module" ,
10- "version" : " 1.0.1 " ,
10+ "version" : " 1.0.2 " ,
1111 "license" : " GNU-3.0" ,
1212 "autoload" : {
1313 "files" : [
Original file line number Diff line number Diff line change 66 -->
77
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9- <module name =" Script_QuickView" setup_version =" 1.0.1 " >
9+ <module name =" Script_QuickView" setup_version =" 1.0.2 " >
1010 <sequence >
1111 <module name =" Magento_Catalog" />
1212 <module name =" Script_Base" />
Original file line number Diff line number Diff line change 130130 <block name =" product.reviews" class =" Magento\Framework\View\Element\Template" template =" Script_QuickView::quickview.content.phtml" group =" quickview_tabs" after =" -" >
131131 <arguments >
132132 <argument translate =" true" name =" title" xsi : type =" string" >Reviews</argument >
133- <argument name =" html_id" xsi : type =" string" >quickview- reviews</argument >
134- <argument name =" html_class" xsi : type =" string" >quickview- reviews</argument >
133+ <argument name =" html_id" xsi : type =" string" >reviews</argument >
134+ <argument name =" html_class" xsi : type =" string" >reviews</argument >
135135 </arguments >
136136 <referenceBlock name =" require-cookie" >
137137 <arguments >
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ use Script\Base\Helpers\Html;
3737 $ contentClass = $ block ->getChildData ($ alias , 'html_class ' );
3838 $ label = $ block ->getChildData ($ alias , 'title ' );
3939 ?>
40- <div class="data item title qs-title" aria-labeledby="tab-label-<?php echo $ contentId ; ?> -title">
40+ <div class="data item title qs-title"
41+ aria-labeledby="tab-label-<?php echo $ contentId ; ?> -title"
42+ data-role="collapsible"
43+ id="tab-label-<?= /* @escapeNotVerified */ $ contentId ?> "
44+ >
4145 <a class="data switch" tabindex="-1" data-role="trigger" href="#<?php echo $ contentId ; ?> " id="tab-label-<?php echo $ contentId ; ?> -title" data-toggle="switch">
4246 <?php echo $ label ; ?>
4347 </a>
You can’t perform that action at this time.
0 commit comments