Version Notes
First stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Magmodules_Webwinkelconnect |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- app/code/local/Magmodules/Webwinkelconnect/etc/config.xml +1 -1
- app/design/frontend/base/default/template/magmodules/webwinkelconnect/index.phtml +1 -4
- app/design/frontend/base/default/template/magmodules/webwinkelconnect/sidebar/left.phtml +3 -4
- app/design/frontend/base/default/template/magmodules/webwinkelconnect/sidebar/right.phtml +3 -4
- app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/custom.phtml +2 -2
- app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/richsnippets.phtml +4 -5
- package.xml +4 -4
- skin/frontend/base/default/magmodules/webwinkelconnect/images/bkg_rating.gif +0 -0
- skin/frontend/base/default/magmodules/webwinkelconnect/richsnippets.css +9 -7
app/code/local/Magmodules/Webwinkelconnect/etc/config.xml
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
<config>
|
25 |
<modules>
|
26 |
<Magmodules_Webwinkelconnect>
|
27 |
-
<version>1.0.
|
28 |
</Magmodules_Webwinkelconnect>
|
29 |
</modules>
|
30 |
<global>
|
24 |
<config>
|
25 |
<modules>
|
26 |
<Magmodules_Webwinkelconnect>
|
27 |
+
<version>1.0.7</version>
|
28 |
</Magmodules_Webwinkelconnect>
|
29 |
</modules>
|
30 |
<global>
|
app/design/frontend/base/default/template/magmodules/webwinkelconnect/index.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
-
* @copyright Copyright (c)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
?>
|
@@ -25,7 +25,6 @@
|
|
25 |
$stats = $this->getStats();
|
26 |
?>
|
27 |
<div class="webwinkelkeur">
|
28 |
-
|
29 |
<div class="page-title">
|
30 |
<h1><?php echo $this->__('WebwinkelKeur'); ?></h1>
|
31 |
<?php if(Mage::getStoreConfig('webwinkelconnect/general/url')): ?>
|
@@ -48,7 +47,6 @@
|
|
48 |
<?php endif; ?>
|
49 |
<?php endif; ?>
|
50 |
</div>
|
51 |
-
|
52 |
<?php if($reviews->getSize()): ?>
|
53 |
<div class="content-webwinkelkeur">
|
54 |
<div class="about-webwinkelkeur">
|
@@ -72,7 +70,6 @@
|
|
72 |
</div>
|
73 |
</div>
|
74 |
</div>
|
75 |
-
|
76 |
<?php $i=0; foreach($reviews as $review): ?>
|
77 |
<div class="review-list">
|
78 |
<div class="review-header">
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
?>
|
25 |
$stats = $this->getStats();
|
26 |
?>
|
27 |
<div class="webwinkelkeur">
|
|
|
28 |
<div class="page-title">
|
29 |
<h1><?php echo $this->__('WebwinkelKeur'); ?></h1>
|
30 |
<?php if(Mage::getStoreConfig('webwinkelconnect/general/url')): ?>
|
47 |
<?php endif; ?>
|
48 |
<?php endif; ?>
|
49 |
</div>
|
|
|
50 |
<?php if($reviews->getSize()): ?>
|
51 |
<div class="content-webwinkelkeur">
|
52 |
<div class="about-webwinkelkeur">
|
70 |
</div>
|
71 |
</div>
|
72 |
</div>
|
|
|
73 |
<?php $i=0; foreach($reviews as $review): ?>
|
74 |
<div class="review-list">
|
75 |
<div class="review-header">
|
app/design/frontend/base/default/template/magmodules/webwinkelconnect/sidebar/left.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
-
* @copyright Copyright (c)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
$sidebarreviews = $this->getSidebarCollection('left');
|
@@ -29,7 +29,7 @@
|
|
29 |
</div>
|
30 |
<?php if($total->getPercentage() > 0): ?>
|
31 |
<?php if($this->getSnippetsEnabled('left')): ?>
|
32 |
-
<div class="block-content" itemscope itemtype="http://schema.org/
|
33 |
<p itemprop="name" class="company-name"><?php echo $total->getCompany(); ?></p>
|
34 |
<div class="total-block-stars"><span style="width: <?php echo $total->getPercentage(); ?>%"></span></div>
|
35 |
<div class="total-block-text" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
@@ -66,5 +66,4 @@
|
|
66 |
</div>
|
67 |
<?php endif; ?>
|
68 |
</div>
|
69 |
-
<?php endif; ?>
|
70 |
-
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
$sidebarreviews = $this->getSidebarCollection('left');
|
29 |
</div>
|
30 |
<?php if($total->getPercentage() > 0): ?>
|
31 |
<?php if($this->getSnippetsEnabled('left')): ?>
|
32 |
+
<div class="block-content" itemscope itemtype="http://schema.org/WebPage">
|
33 |
<p itemprop="name" class="company-name"><?php echo $total->getCompany(); ?></p>
|
34 |
<div class="total-block-stars"><span style="width: <?php echo $total->getPercentage(); ?>%"></span></div>
|
35 |
<div class="total-block-text" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
66 |
</div>
|
67 |
<?php endif; ?>
|
68 |
</div>
|
69 |
+
<?php endif; ?>
|
|
app/design/frontend/base/default/template/magmodules/webwinkelconnect/sidebar/right.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
-
* @copyright Copyright (c)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
$sidebarreviews = $this->getSidebarCollection('right');
|
@@ -30,7 +30,7 @@
|
|
30 |
</div>
|
31 |
<?php if($total->getPercentage() > 0): ?>
|
32 |
<?php if($this->getSnippetsEnabled('right')): ?>
|
33 |
-
<div class="block-content" itemscope itemtype="http://schema.org/
|
34 |
<p itemprop="name" class="company-name"><?php echo $total->getCompany(); ?></p>
|
35 |
<div class="total-block-stars"><span style="width: <?php echo $total->getPercentage(); ?>%"></span></div>
|
36 |
<div class="total-block-text" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
@@ -67,5 +67,4 @@
|
|
67 |
</div>
|
68 |
<?php endif; ?>
|
69 |
</div>
|
70 |
-
<?php endif; ?>
|
71 |
-
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
$sidebarreviews = $this->getSidebarCollection('right');
|
30 |
</div>
|
31 |
<?php if($total->getPercentage() > 0): ?>
|
32 |
<?php if($this->getSnippetsEnabled('right')): ?>
|
33 |
+
<div class="block-content" itemscope itemtype="http://schema.org/WebPage">
|
34 |
<p itemprop="name" class="company-name"><?php echo $total->getCompany(); ?></p>
|
35 |
<div class="total-block-stars"><span style="width: <?php echo $total->getPercentage(); ?>%"></span></div>
|
36 |
<div class="total-block-text" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
67 |
</div>
|
68 |
<?php endif; ?>
|
69 |
</div>
|
70 |
+
<?php endif; ?>
|
|
app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/custom.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
-
* @copyright Copyright (c)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
|
@@ -46,4 +46,4 @@
|
|
46 |
</div>
|
47 |
<div class="number">o.b.v. <?php echo $number_positive; ?> klanten</div>
|
48 |
</div>
|
49 |
-
<?php } ?>
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
|
46 |
</div>
|
47 |
<div class="number">o.b.v. <?php echo $number_positive; ?> klanten</div>
|
48 |
</div>
|
49 |
+
<?php } ?>
|
app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/richsnippets.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
-
* @copyright Copyright (c)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
?>
|
@@ -24,11 +24,10 @@
|
|
24 |
<?php if(Mage::getBlockSingleton('page/html_header')->getIsHomePage()) { ?>
|
25 |
<div class="webwinkelconnect-snippets">
|
26 |
<?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
|
27 |
-
<div itemscope="itemscope" itemtype="http://schema.org/
|
28 |
-
<meta itemprop="name" content="<?php echo $snippets->getCompany(); ?>">
|
29 |
<div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
|
30 |
<meta itemprop="bestRating" content="100">
|
31 |
-
<p><?php echo Mage::helper('webwinkelconnect')->__('Rating %s based on %s customer reviews', '<span itemprop="ratingValue">' . $snippets->getPercentage() . '</span>%', '<span itemprop="
|
32 |
</div>
|
33 |
</div>
|
34 |
</div>
|
@@ -38,4 +37,4 @@
|
|
38 |
<p><?php echo Mage::helper('webwinkelconnect')->__('Rating %s based on %s customer reviews', '<span>' . $snippets->getPercentage() . '</span>%', '<span>' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
|
39 |
</div>
|
40 |
<?php } ?>
|
41 |
-
<?php } ?>
|
16 |
* @category Magmodules
|
17 |
* @package Magmodules_Webwinkelconnect
|
18 |
* @author Magmodules <info@magmodules.eu)
|
19 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
20 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
21 |
*/
|
22 |
?>
|
24 |
<?php if(Mage::getBlockSingleton('page/html_header')->getIsHomePage()) { ?>
|
25 |
<div class="webwinkelconnect-snippets">
|
26 |
<?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
|
27 |
+
<div itemscope="itemscope" itemtype="http://schema.org/WebPage">
|
|
|
28 |
<div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
|
29 |
<meta itemprop="bestRating" content="100">
|
30 |
+
<p><?php echo Mage::helper('webwinkelconnect')->__('Rating %s based on %s customer reviews', '<span itemprop="ratingValue">' . $snippets->getPercentage() . '</span>%', '<span itemprop="ratingCount">' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
|
31 |
</div>
|
32 |
</div>
|
33 |
</div>
|
37 |
<p><?php echo Mage::helper('webwinkelconnect')->__('Rating %s based on %s customer reviews', '<span>' . $snippets->getPercentage() . '</span>%', '<span>' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
|
38 |
</div>
|
39 |
<?php } ?>
|
40 |
+
<?php } ?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Webwinkelconnect</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Connect your Magento shop to Webwinkelkeur</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
-
<date>2015-02-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Magmodules"><dir name="Webwinkelconnect"><dir name="Block"><dir name="Adminhtml"><dir name="Webwinkellog"><file name="Grid.php" hash="82ab3154d8f67defaee43f69b96ab3b1"/></dir><dir name="Webwinkelreviews"><dir name="Renderer"><file name="Experience.php" hash="aada48c75ea91d244b7b9c92cd00120f"/></dir><file name="Grid.php" hash="5577ba977b99624150b4939842aa301b"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="4787bbaffd410554364ff4a5e1e63ac9"/><file name="Test.php" hash="b2b5c607bfac5cabd2a588ed38322749"/></dir><dir name="Form"><file name="Heading.php" hash="02e3828635cace2d0b9e027b83cd06ed"/></dir><dir name="Grid"><file name="Log.php" hash="7c14cb7ea86f63cc4561e15176b5f81c"/><file name="Seconds.php" hash="10dcf6a7640efa9fbcf7ef6ae7e9ae43"/><file name="Stars.php" hash="85ad993421de14fab686d52a8fa950f6"/></dir><dir name="Info"><file name="Info.php" hash="cce5fd559581170059c240ccbd4f494c"/></dir></dir><file name="Webwinkellog.php" hash="f612e6364574f05f809824fd8a38da88"/><file name="Webwinkelreviews.php" hash="36cf79d85b2253aabbe09c0b56d120cd"/></dir><file name="Custom.php" hash="c63942e28751a786790952f2838223bf"/><file name="Reviews.php" hash="d0bcb2f320b5467c8562352f5c99ed61"/><file name="Sidebar.php" hash="1ca0f125e133f3d148626b9706025fd8"/><file name="Snippets.php" hash="1535a7bfbf96eddda9f69e2abb89d01d"/></dir><dir name="Helper"><file name="Data.php" hash="6a8186a71b8c8622975a944c5da0bb23"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="89243624a30bf222d0b8dfb2fac1b081"/></dir><dir name="Reviews"><file name="Collection.php" hash="ce9a3bafe5fa02c3d9c6582dd5beb756"/></dir><dir name="Stats"><file name="Collection.php" hash="6fdca00a42531fea30c1c0dcd2a92ca4"/></dir><file name="Log.php" hash="dadc9bb908ece8dd9132f4def52615bd"/><file name="Reviews.php" hash="83035fb0362d9b70e082976fd5442aa6"/><file name="Stats.php" hash="0ef2b3d186d79366824ba278575d3fd5"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="fd8c061c265d3c4ad1c3c3dcadd8abb0"/><file name="Orderstatus.php" hash="d31db8b504538d0708c180edae7ec718"/><file name="Position.php" hash="c8982d5dd8175146c93b813d3f001360"/><file name="Sidebarlink.php" hash="2161d465770d7d8e605340a2dfb67b08"/></dir></dir></dir><file name="Api.php" hash="eea558ee72903f82cf4162ee1697f660"/><file name="Log.php" hash="853c8f468509bf73114d626d6f72150d"/><file name="Observer.php" hash="cc23d646dbb035e237e268311e1662e0"/><file name="Reviews.php" hash="58cd41469de30e84e8f297d5fee0ca17"/><file name="Stats.php" hash="1f7abb4254e239a39492116aec4675b2"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WebwinkellogController.php" hash="e95152405a256d1fbb96188e2272dcbb"/><file name="WebwinkelreviewsController.php" hash="de304296175ac779ebb221aab376c619"/></dir><file name="IndexController.php" hash="ada8a868046d0c0709d30299a9615bfc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="964a1a430ab69512e75c118b32b04edd"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Webwinkelconnect</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
10 |
<description>Connect your Magento shop to Webwinkelkeur</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
+
<date>2015-02-23</date>
|
14 |
+
<time>09:36:20</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Magmodules"><dir name="Webwinkelconnect"><dir name="Block"><dir name="Adminhtml"><dir name="Webwinkellog"><file name="Grid.php" hash="82ab3154d8f67defaee43f69b96ab3b1"/></dir><dir name="Webwinkelreviews"><dir name="Renderer"><file name="Experience.php" hash="aada48c75ea91d244b7b9c92cd00120f"/></dir><file name="Grid.php" hash="5577ba977b99624150b4939842aa301b"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="4787bbaffd410554364ff4a5e1e63ac9"/><file name="Test.php" hash="b2b5c607bfac5cabd2a588ed38322749"/></dir><dir name="Form"><file name="Heading.php" hash="02e3828635cace2d0b9e027b83cd06ed"/></dir><dir name="Grid"><file name="Log.php" hash="7c14cb7ea86f63cc4561e15176b5f81c"/><file name="Seconds.php" hash="10dcf6a7640efa9fbcf7ef6ae7e9ae43"/><file name="Stars.php" hash="85ad993421de14fab686d52a8fa950f6"/></dir><dir name="Info"><file name="Info.php" hash="cce5fd559581170059c240ccbd4f494c"/></dir></dir><file name="Webwinkellog.php" hash="f612e6364574f05f809824fd8a38da88"/><file name="Webwinkelreviews.php" hash="36cf79d85b2253aabbe09c0b56d120cd"/></dir><file name="Custom.php" hash="c63942e28751a786790952f2838223bf"/><file name="Reviews.php" hash="d0bcb2f320b5467c8562352f5c99ed61"/><file name="Sidebar.php" hash="1ca0f125e133f3d148626b9706025fd8"/><file name="Snippets.php" hash="1535a7bfbf96eddda9f69e2abb89d01d"/></dir><dir name="Helper"><file name="Data.php" hash="6a8186a71b8c8622975a944c5da0bb23"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="89243624a30bf222d0b8dfb2fac1b081"/></dir><dir name="Reviews"><file name="Collection.php" hash="ce9a3bafe5fa02c3d9c6582dd5beb756"/></dir><dir name="Stats"><file name="Collection.php" hash="6fdca00a42531fea30c1c0dcd2a92ca4"/></dir><file name="Log.php" hash="dadc9bb908ece8dd9132f4def52615bd"/><file name="Reviews.php" hash="83035fb0362d9b70e082976fd5442aa6"/><file name="Stats.php" hash="0ef2b3d186d79366824ba278575d3fd5"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="fd8c061c265d3c4ad1c3c3dcadd8abb0"/><file name="Orderstatus.php" hash="d31db8b504538d0708c180edae7ec718"/><file name="Position.php" hash="c8982d5dd8175146c93b813d3f001360"/><file name="Sidebarlink.php" hash="2161d465770d7d8e605340a2dfb67b08"/></dir></dir></dir><file name="Api.php" hash="eea558ee72903f82cf4162ee1697f660"/><file name="Log.php" hash="853c8f468509bf73114d626d6f72150d"/><file name="Observer.php" hash="cc23d646dbb035e237e268311e1662e0"/><file name="Reviews.php" hash="58cd41469de30e84e8f297d5fee0ca17"/><file name="Stats.php" hash="1f7abb4254e239a39492116aec4675b2"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WebwinkellogController.php" hash="e95152405a256d1fbb96188e2272dcbb"/><file name="WebwinkelreviewsController.php" hash="de304296175ac779ebb221aab376c619"/></dir><file name="IndexController.php" hash="ada8a868046d0c0709d30299a9615bfc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="964a1a430ab69512e75c118b32b04edd"/><file name="config.xml" hash="ec092119f51ba2e6be95ffea77331050"/><file name="system.xml" hash="ebcb4756f4fdc7b1d0ec92d4ba9911ab"/></dir><dir name="sql"><dir name="webwinkelconnect_setup"><file name="mysql4-install-1.0.1.php" hash="456058215ad80f59ec71e74d8f1af075"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="0e589fce607f517314266dea8ef7e34b"/></dir><dir name="template"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="sidebar"><file name="js-sidebar.phtml" hash="24f9f033fd87089371d212b18a600130"/><file name="left.phtml" hash="c1475c27aa968978501958c2ed2472e8"/><file name="right.phtml" hash="7483d7ca68971e93f20e1e3e2a39ef8f"/></dir><dir name="widget"><file name="custom.phtml" hash="82aba55d38a62c0b83754c839149501c"/><file name="richsnippets.phtml" hash="7b24b364dbe6ddce9ee4e03d49669c9b"/></dir><file name="index.phtml" hash="886f1c12663219bbd0111d100abd738f"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="34b4d3252daa7c80d230b049e0b73311"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Webwinkelconnect.xml" hash="1784309611987476302cb191d4da009d"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Webwinkelconnect.csv" hash="efbc09050642b8b557749803b1b29d62"/></dir><dir name="nl_NL"><file name="Magmodules_Webwinkelconnect.csv" hash="14c18c0b793425cb30778eedb116d8f3"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="bkg_rating.gif" hash="0efa835d6b68d7f8042170b182ace2a9"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="245f2015004a605b0cdb4a458465d29d"/><file name="sidebar.css" hash="2ce0e0147ac565e6819a43fd68ea331e"/><file name="style.css" hash="f58b58fa6bdab0022c5e8ebca8c86d67"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><file name="grid.css" hash="ce720c1772a8176eabf3866fcd83bb7a"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
skin/frontend/base/default/magmodules/webwinkelconnect/images/bkg_rating.gif
ADDED
Binary file
|
skin/frontend/base/default/magmodules/webwinkelconnect/richsnippets.css
CHANGED
@@ -19,14 +19,16 @@
|
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
|
|
|
|
|
|
|
22 |
.webwinkelconnect-snippets .rating-box {
|
23 |
float: left;
|
24 |
-
margin-right:
|
25 |
-
margin-top:
|
26 |
-
width:
|
27 |
-
height:13px;
|
28 |
-
font-size:0;
|
29 |
-
line-height:0;
|
30 |
background:url('images/bkg_rating.gif') 0 0 repeat-x;
|
31 |
text-indent:-999em;
|
32 |
overflow:hidden;
|
@@ -34,7 +36,7 @@
|
|
34 |
|
35 |
.webwinkelconnect-snippets .rating {
|
36 |
float:left;
|
37 |
-
height:
|
38 |
background:url('images/bkg_rating.gif') 0 100% repeat-x;
|
39 |
}
|
40 |
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
|
22 |
+
.webwinkelconnect-snippets {
|
23 |
+
}
|
24 |
+
|
25 |
.webwinkelconnect-snippets .rating-box {
|
26 |
float: left;
|
27 |
+
margin-right: 5px;
|
28 |
+
margin-top: 5px;
|
29 |
+
width: 60px;
|
30 |
+
height: 13px;
|
31 |
+
font-size:0;
|
|
|
32 |
background:url('images/bkg_rating.gif') 0 0 repeat-x;
|
33 |
text-indent:-999em;
|
34 |
overflow:hidden;
|
36 |
|
37 |
.webwinkelconnect-snippets .rating {
|
38 |
float:left;
|
39 |
+
height: 9px;
|
40 |
background:url('images/bkg_rating.gif') 0 100% repeat-x;
|
41 |
}
|
42 |
|