Version Notes
Updated Clickdesk live chat to appear on all pages of the store
Download this release
Release Info
Developer | Jagan |
Extension | ClickDesk_LiveChat_Support |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.3.0
app/design/adminhtml/default/default/template/clickdesk/dash.phtml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php $model = Mage::getModel('clickdesk/clickdesk'); ?>
|
2 |
+
<div class="content-header">
|
3 |
+
<table cellspacing="0" class="grid-header">
|
4 |
+
<tr>
|
5 |
+
<td><h3><?=$this->__('Clickdesk')?></h3></td>
|
6 |
+
<td class="a-right">
|
7 |
+
<button onclick="editForm.submit()" class="scalable save" type="button"><span>Save Widget Id</span></button>
|
8 |
+
</td>
|
9 |
+
</tr>
|
10 |
+
</table>
|
11 |
+
</div>
|
12 |
+
|
13 |
+
<div class="entry-edit">
|
14 |
+
<?php $iframeurl =$model->getWidgetCurl() . urlencode($this->getUrl('*/*/index')."?g=1");
|
15 |
+
if(strlen($model->getWidgetId()) != 0)
|
16 |
+
{
|
17 |
+
$mssg = urlencode("Plugin has been installed successfully.");
|
18 |
+
$iframeurl =$iframeurl."&mssg=".$mssg;
|
19 |
+
}
|
20 |
+
?>
|
21 |
+
<form id="edit_form" name="edit_form" method="post" action="<?=$this->getUrl('*/*/post')?>"> <input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" /> <h4 class="icon-head head-edit-form fieldset-legend"><?=$this->__('Widget Id')?></h4> <fieldset id="my-fieldset"> <table cellspacing="0" class="form-list"> <tr> <td class="label"><?=$this->__('Widget Id')?> <span class="required">*</span></td> <td class="input-ele"><input class="input-text " value="<?php echo $model->getWidgetId(); ?>" name="clickdesk[widgetid]" /></td> </tr> </table> </fieldset> </form> <iframe width="100%" border="0" height="1200px" src="<?php echo $iframeurl ?>" scrolling="yes"> </iframe> </div> <script type="text/javascript"> var editForm = new varienForm('edit_form'); </script>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ClickDesk_LiveChat_Support</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>LGPL</license>
|
7 |
<channel>community</channel>
|
@@ -24,8 +24,8 @@ Never miss a lead. Convert your traffic to sales by provide instant support usin
|
|
24 |
<notes>Updated Clickdesk live chat to appear on all pages of the store</notes>
|
25 |
<authors><author><name>Jagan</name><user>Jagan</user><email>jagan@2desk.com</email></author><author><name>Henry</name><user>henry0</user><email>henry@2desk.com</email></author></authors>
|
26 |
<date>2012-01-09</date>
|
27 |
-
<time>
|
28 |
-
<contents><target name="magelocal"><dir><dir name="SoftwareTec"><dir name="Clickdesk"><dir name="Block"><file name="Status.php" hash="869902090c3d30269cb625aaa214f60d"/></dir><dir name="Helper"><file name="Data.php" hash="975671298b04a5bafaa9214873fe6003"/></dir><dir name="Model"><file name="Clickdesk.php" hash="ccf6bbcd9ea94896ca5a7d6137075c52"/><dir name="Mysql4"><dir name="Clickdesk"><file name="Collection.php" hash="3ee88b6ddcb22dd5dc2297e0abe0cae6"/></dir><file name="Clickdesk.php" hash="52622d7e492861ab7fdbce1d6c2a78f8"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DashController.php" hash="6b2d44d2553669883273492727e9f49c"/></dir></dir><dir name="etc"><file name="config.xml" hash="3b11e7336f469f7a34c110c4865cc890"/></dir><dir name="sql"><dir name="clickdesk_setup"><file name="mysql4-install-0.1.0.php" hash="1ae4322bb7e5fd13f04bb6669e975153"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="SoftwareTec_Clickdesk.xml" hash="441bbbace9e216eed5c126bc23bfbb69"/></dir></dir></target><target name="magedesign"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="clickdesk.xml" hash="0a10cae2dac23d1940d091f535476145"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clickdesk.xml" hash="837425ee30eacbbca4fb2506805cb5d0"/></dir><dir name="template"><dir name="clickdesk"><file name="status.phtml" hash="d0fa95dda0acc1744eed5b20f3bd27dd"/></dir></dir></dir></dir></dir></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>4.0.0</min><max>6.0.0</max></php></required></dependencies>
|
31 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ClickDesk_LiveChat_Support</name>
|
4 |
+
<version>1.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>LGPL</license>
|
7 |
<channel>community</channel>
|
24 |
<notes>Updated Clickdesk live chat to appear on all pages of the store</notes>
|
25 |
<authors><author><name>Jagan</name><user>Jagan</user><email>jagan@2desk.com</email></author><author><name>Henry</name><user>henry0</user><email>henry@2desk.com</email></author></authors>
|
26 |
<date>2012-01-09</date>
|
27 |
+
<time>13:36:18</time>
|
28 |
+
<contents><target name="magelocal"><dir><dir name="SoftwareTec"><dir name="Clickdesk"><dir name="Block"><file name="Status.php" hash="869902090c3d30269cb625aaa214f60d"/></dir><dir name="Helper"><file name="Data.php" hash="975671298b04a5bafaa9214873fe6003"/></dir><dir name="Model"><file name="Clickdesk.php" hash="ccf6bbcd9ea94896ca5a7d6137075c52"/><dir name="Mysql4"><dir name="Clickdesk"><file name="Collection.php" hash="3ee88b6ddcb22dd5dc2297e0abe0cae6"/></dir><file name="Clickdesk.php" hash="52622d7e492861ab7fdbce1d6c2a78f8"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DashController.php" hash="6b2d44d2553669883273492727e9f49c"/></dir></dir><dir name="etc"><file name="config.xml" hash="3b11e7336f469f7a34c110c4865cc890"/></dir><dir name="sql"><dir name="clickdesk_setup"><file name="mysql4-install-0.1.0.php" hash="1ae4322bb7e5fd13f04bb6669e975153"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="SoftwareTec_Clickdesk.xml" hash="441bbbace9e216eed5c126bc23bfbb69"/></dir></dir></target><target name="magedesign"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="clickdesk.xml" hash="0a10cae2dac23d1940d091f535476145"/></dir><dir name="template"><dir name="clickdesk"><file name="dash.phtml" hash="543acc2f0e43ab81236490be5b5a1f78"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clickdesk.xml" hash="837425ee30eacbbca4fb2506805cb5d0"/></dir><dir name="template"><dir name="clickdesk"><file name="status.phtml" hash="d0fa95dda0acc1744eed5b20f3bd27dd"/></dir></dir></dir></dir></dir></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>4.0.0</min><max>6.0.0</max></php></required></dependencies>
|
31 |
</package>
|