Version Notes
none
Download this release
Release Info
Developer | Magento Core Team |
Extension | Beck_LiveChat |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 1.4.1
app/code/community/Beck/LiveChat/Block/Template.php
CHANGED
@@ -94,7 +94,7 @@ class Beck_LiveChat_Block_Template extends Mage_Core_Block_Template
|
|
94 |
{
|
95 |
$url = $this->getSkinUrl('images/livechat/livechat_icon_'.$this->imageStyle.'_online.gif');
|
96 |
}
|
97 |
-
$img = '<img src="'.$url.'" alt="'.$this->chatlabel.'"
|
98 |
return $img;
|
99 |
}
|
100 |
|
94 |
{
|
95 |
$url = $this->getSkinUrl('images/livechat/livechat_icon_'.$this->imageStyle.'_online.gif');
|
96 |
}
|
97 |
+
$img = '<img src="'.$url.'" alt="'.$this->chatlabel.'" class="livechat-image">';
|
98 |
return $img;
|
99 |
}
|
100 |
|
app/code/community/Beck/LiveChat/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Beck_LiveChat>
|
5 |
-
<version>1.4.
|
6 |
</Beck_LiveChat>
|
7 |
</modules>
|
8 |
<admin>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Beck_LiveChat>
|
5 |
+
<version>1.4.1</version>
|
6 |
</Beck_LiveChat>
|
7 |
</modules>
|
8 |
<admin>
|
app/etc/modules/ZBeck_LiveChat.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
<depends />
|
8 |
-
<version>1.4.
|
9 |
</Beck_LiveChat>
|
10 |
</modules>
|
11 |
</config>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
<depends />
|
8 |
+
<version>1.4.1</version>
|
9 |
</Beck_LiveChat>
|
10 |
</modules>
|
11 |
</config>
|
skin/frontend/default/default/css/livechat/livechat.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.mini-livechat .head h4 { background-image:url(../../images/livechat/chat.png); }
|
|
1 |
+
.mini-livechat .head h4 { background-image:url(../../images/livechat/chat.png); background-repeat:no-repeat; }
|
2 |
+
.livechat-image { float: left; }
|
skin/frontend/default/modern/css/livechat/livechat.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.mini-livechat .head h4 { background-image:url(../../images/livechat/chat.png); background-repeat:no-repeat; }
|
|
1 |
+
.mini-livechat .head h4 { background-image:url(../../images/livechat/chat.png); background-repeat:no-repeat; }
|
2 |
+
.livechat-image { float: left; }
|