Version Notes
Professional, Customizable, and High-Converting Designs Popup Box
Download this release
Release Info
Developer | smartpopupbox |
Extension | Zota_SmartPopupBox |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.0
app/code/community/Zota/SmartPopupBox/Block/Adminhtml/Source/System/Config/Button.php
CHANGED
@@ -5,12 +5,12 @@ class Zota_SmartPopupBox_Block_Adminhtml_Source_System_Config_Button extends Mag
|
|
5 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
6 |
{
|
7 |
$this->setElement($element);
|
8 |
-
$
|
9 |
$html = $this->getLayout()->createBlock('adminhtml/widget_button')
|
10 |
->setType('button')
|
11 |
->setClass('btn-getcode')
|
12 |
-
->setLabel('Create
|
13 |
-
->setOnClick("window.open('$
|
14 |
->toHtml();
|
15 |
return $html;
|
16 |
}
|
5 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
6 |
{
|
7 |
$this->setElement($element);
|
8 |
+
$createUrl = "//smartpopupbox.com/widgets/customer/auth/signup";
|
9 |
$html = $this->getLayout()->createBlock('adminhtml/widget_button')
|
10 |
->setType('button')
|
11 |
->setClass('btn-getcode')
|
12 |
+
->setLabel('Create your Popup Box')
|
13 |
+
->setOnClick("window.open('$createUrl', '_create_spb');return false;")
|
14 |
->toHtml();
|
15 |
return $html;
|
16 |
}
|
app/design/frontend/base/default/template/smartpopupbox/script.phtml
CHANGED
@@ -3,4 +3,3 @@ if ($this->isEnable()) {
|
|
3 |
echo $this->getScript();
|
4 |
}
|
5 |
?>
|
6 |
-
<script type="text/javascript">var _e = document.getElementById('smartpopupbox-trigger');if (typeof _e !== 'undefined') { _e.parentNode.removeChild(_e); };</script>
|
3 |
echo $this->getScript();
|
4 |
}
|
5 |
?>
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zota_SmartPopupBox</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Double or Tripple Your Audience List In Just 5 Minutes. Smart Popup Box works on ALL website platform and ALL devices with responsive design</description>
|
11 |
<notes>Professional, Customizable, and High-Converting Designs Popup Box</notes>
|
12 |
<authors><author><name>smartpopupbox</name><user>spb</user><email>support@smartpopupbox.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Zota_SmartPopupBox.xml" hash="318a690cdccc5098c508165aaeb2038e"/></dir></target><target name="magecommunity"><dir name="Zota"><dir name="SmartPopupBox"><dir name="Block"><dir name="Adminhtml"><dir name="Source"><dir name="System"><dir name="Config"><file name="Button.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.1.0</min><max>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zota_SmartPopupBox</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Double or Tripple Your Audience List In Just 5 Minutes. Smart Popup Box works on ALL website platform and ALL devices with responsive design</description>
|
11 |
<notes>Professional, Customizable, and High-Converting Designs Popup Box</notes>
|
12 |
<authors><author><name>smartpopupbox</name><user>spb</user><email>support@smartpopupbox.com</email></author></authors>
|
13 |
+
<date>2014-05-29</date>
|
14 |
+
<time>10:17:41</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Zota_SmartPopupBox.xml" hash="318a690cdccc5098c508165aaeb2038e"/></dir></target><target name="magecommunity"><dir name="Zota"><dir name="SmartPopupBox"><dir name="Block"><dir name="Adminhtml"><dir name="Source"><dir name="System"><dir name="Config"><file name="Button.php" hash="d9b7a68deb812eb76d0877b45748e87e"/></dir></dir></dir></dir><file name="Script.php" hash="0a0f8f61b453e755ddb44d24080bbb1c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3801ba76cd54d202d1d40ba5e0b9afe1"/><file name="config.xml" hash="216011e5ecacbdda3bf96a3ac1c96168"/><file name="system.xml" hash="ce901eb1de3f540482ac666fc65c54f2"/></dir><dir name="Helper"><file name="Data.php" hash="500d0d006465e3c94720c51bcab0b934"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="smartpopupbox.xml" hash="85c85d8daba86623b20484832104c736"/></dir><dir name="template"><dir name="smartpopupbox"><file name="script.phtml" hash="6354b73e8cbcc8cb3070c50149a59c7d"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>9.8.7</max></php></required></dependencies>
|
18 |
</package>
|