Version Notes
Extension update
Download this release
Release Info
Developer | Hai Nguyen |
Extension | EasyBannerFree |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
app/code/local/HM/EasyBanner/Block/Adminhtml/Banner/Edit/Tab/Form.php
CHANGED
@@ -8,6 +8,20 @@ class HM_EasyBanner_Block_Adminhtml_Banner_Edit_Tab_Form extends Mage_Adminhtml_
|
|
8 |
$this->setForm($form);
|
9 |
$fieldset = $form->addFieldset('easybanner_form', array('legend'=>Mage::helper('easybanner')->__('Banner information')));
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
$fieldset->addField('identifier', 'text', array(
|
12 |
'label' => Mage::helper('easybanner')->__('Identifier'),
|
13 |
'class' => 'required-entry',
|
@@ -117,7 +131,7 @@ class HM_EasyBanner_Block_Adminhtml_Banner_Edit_Tab_Form extends Mage_Adminhtml_
|
|
117 |
'wysiwyg' => false,
|
118 |
'required' => false,
|
119 |
));
|
120 |
-
|
121 |
if ( Mage::getSingleton('adminhtml/session')->getEasyBannerData() )
|
122 |
{
|
123 |
$form->setValues(Mage::getSingleton('adminhtml/session')->getEasyBannerData());
|
8 |
$this->setForm($form);
|
9 |
$fieldset = $form->addFieldset('easybanner_form', array('legend'=>Mage::helper('easybanner')->__('Banner information')));
|
10 |
|
11 |
+
$fieldset->addField('contact_us', 'label', array(
|
12 |
+
'name' => 'contact_us',
|
13 |
+
'disabled' => true,
|
14 |
+
'after_element_html' => '<div style="width: 700px; float:left;margin-left: -205px;"><span>Want more attractive sliders? Check out
|
15 |
+
<strong>
|
16 |
+
<a target="_blank" href="http://www.mage-world.com/easy-banner-magento-banner-extension.html">Easy Banner</a>
|
17 |
+
</strong>
|
18 |
+
with 7 supported sliders and
|
19 |
+
<strong>
|
20 |
+
<a target="_blank" href="http://www.mage-world.com/easy-banner-pro-slider-magento-banner-extension.html">Easy Banner Pro</a>
|
21 |
+
</strong>
|
22 |
+
with 13 supported sliders.</span></div>',
|
23 |
+
));
|
24 |
+
|
25 |
$fieldset->addField('identifier', 'text', array(
|
26 |
'label' => Mage::helper('easybanner')->__('Identifier'),
|
27 |
'class' => 'required-entry',
|
131 |
'wysiwyg' => false,
|
132 |
'required' => false,
|
133 |
));
|
134 |
+
|
135 |
if ( Mage::getSingleton('adminhtml/session')->getEasyBannerData() )
|
136 |
{
|
137 |
$form->setValues(Mage::getSingleton('adminhtml/session')->getEasyBannerData());
|
app/code/local/HM/EasyBanner/Block/Adminhtml/Banneritem/Edit/Tab/Form.php
CHANGED
@@ -14,6 +14,20 @@ class HM_EasyBanner_Block_Adminhtml_Banneritem_Edit_Tab_Form extends Mage_Adminh
|
|
14 |
$banners[$banner->getId()] = $banner->getTitle();
|
15 |
}
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
$fieldset->addField('banner_id', 'select', array(
|
18 |
'label' => Mage::helper('easybanner')->__('Banner'),
|
19 |
'name' => 'banner_id',
|
@@ -106,6 +120,7 @@ class HM_EasyBanner_Block_Adminhtml_Banneritem_Edit_Tab_Form extends Mage_Adminh
|
|
106 |
'wysiwyg' => false,
|
107 |
'required' => false,
|
108 |
));
|
|
|
109 |
|
110 |
if ( Mage::getSingleton('adminhtml/session')->getEasyBannerItemData() )
|
111 |
{
|
14 |
$banners[$banner->getId()] = $banner->getTitle();
|
15 |
}
|
16 |
|
17 |
+
$fieldset->addField('contact_us', 'label', array(
|
18 |
+
'name' => 'contact_us',
|
19 |
+
'disabled' => true,
|
20 |
+
'after_element_html' => '<div style="width: 700px; float:left;margin-left: -205px;"><span>Want more attractive sliders? Check out
|
21 |
+
<strong>
|
22 |
+
<a target="_blank" href="http://www.mage-world.com/easy-banner-magento-banner-extension.html">Easy Banner</a>
|
23 |
+
</strong>
|
24 |
+
with 7 supported sliders and
|
25 |
+
<strong>
|
26 |
+
<a target="_blank" href="http://www.mage-world.com/easy-banner-pro-slider-magento-banner-extension.html">Easy Banner Pro</a>
|
27 |
+
</strong>
|
28 |
+
with 13 supported sliders.</span></div><br/>',
|
29 |
+
));
|
30 |
+
|
31 |
$fieldset->addField('banner_id', 'select', array(
|
32 |
'label' => Mage::helper('easybanner')->__('Banner'),
|
33 |
'name' => 'banner_id',
|
120 |
'wysiwyg' => false,
|
121 |
'required' => false,
|
122 |
));
|
123 |
+
|
124 |
|
125 |
if ( Mage::getSingleton('adminhtml/session')->getEasyBannerItemData() )
|
126 |
{
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EasyBannerFree</name>
|
4 |
-
<version>1.7.
|
5 |
<stability>stable</stability>
|
6 |
<license>Free License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Get 2 sliders FREE from MageWorld!! Highlight your featured products and sales with our professional and attractive sliders! Resize your banners easily! Also show static images anywhere on your website.</summary>
|
10 |
<description>Get 2 sliders FREE from MageWorld!! Highlight your featured products and sales with our professional and attractive sliders! Resize your banners easily! Also show static images anywhere on your website.</description>
|
11 |
-
<notes>Extension
|
12 |
<authors><author><name>mageworld</name><user>mageworld</user><email>haint@mage-world.com</email></author></authors>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="HM"><dir name="EasyBanner"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><file name="Form.php" hash="558b1b9bb3d66233d336e0de6ec7f852"/><dir name="Tab"><file name="Form.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EasyBannerFree</name>
|
4 |
+
<version>1.7.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Free License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Get 2 sliders FREE from MageWorld!! Highlight your featured products and sales with our professional and attractive sliders! Resize your banners easily! Also show static images anywhere on your website.</summary>
|
10 |
<description>Get 2 sliders FREE from MageWorld!! Highlight your featured products and sales with our professional and attractive sliders! Resize your banners easily! Also show static images anywhere on your website.</description>
|
11 |
+
<notes>Extension update</notes>
|
12 |
<authors><author><name>mageworld</name><user>mageworld</user><email>haint@mage-world.com</email></author></authors>
|
13 |
+
<date>2013-04-03</date>
|
14 |
+
<time>09:50:33</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="HM_EasyBanner.xml" hash="543a69b343ade5c75a97090182ee1bbe"/></dir></target><target name="magelocal"><dir name="HM"><dir name="EasyBanner"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><file name="Form.php" hash="558b1b9bb3d66233d336e0de6ec7f852"/><dir name="Tab"><file name="Form.php" hash="441971b3d62f241127da031e0e4a2d5c"/></dir><file name="Tabs.php" hash="826bec7b72579b79c497d29cfd3b13da"/></dir><file name="Edit.php" hash="345b776f91c24067f7ef54ecba2b807a"/><file name="Grid.php" hash="daeae237ec4e87d2a0ae5eb8bc648651"/></dir><file name="Banner.php" hash="2bf35896f8fcaa813a85d43f47a2b9f1"/><dir name="Banneritem"><dir name="Edit"><file name="Form.php" hash="555b05167ea26dc50ffc403491244b4c"/><dir name="Tab"><file name="Form.php" hash="7fecaa21b4fa636bbf93b4691007426f"/></dir><file name="Tabs.php" hash="052195d16bcc1f4cc8232a6ae3bf0a81"/></dir><file name="Edit.php" hash="3d188613d2c402aed21060cea4d725d8"/><file name="Grid.php" hash="d9fcb7dc1454cfb6a85e7a08127dd62b"/></dir><file name="Banneritem.php" hash="29d02b01cced2b51437ee694b1447c98"/></dir><file name="Banner (2).php" hash="3acebffa7e0551eefc251f0e4b4d5aca"/><file name="Banner.php" hash="4cb586fdf935900e1226f9a4d0efed47"/></dir><dir name="Helper"><file name="Data.php" hash="40587a3da28c3777d23438fa20abb48f"/><file name="Image.php" hash="ab95d27ebc7cff17c18c06fdf0076305"/><file name="Image2.php" hash="f4da7706176fbe67c0cab345dd6055ee"/></dir><dir name="Model"><file name="Banner.php" hash="5abb6f2e1ae47e8ed9b17fed36cf9a07"/><file name="Banneritem.php" hash="7dbfc220e764d45d2ee04c758801775c"/><file name="Image.php" hash="7b8604027af1640847e2e99cbf7b958f"/><dir name="Mysql4"><dir name="Banner"><file name="Collection.php" hash="0ff3a30c905fc72d74f17a4c8a36fe9e"/></dir><file name="Banner.php" hash="81e2e34576ddbf89020ea1ff42d72537"/><dir name="Banneritem"><file name="Collection.php" hash="2dc07003809186787bd7a129a1ad1b8c"/></dir><file name="Banneritem.php" hash="0fc930087c1fc06b4b14527ac90d82ea"/></dir><file name="Status.php" hash="a6599e43fe8af5a340ffe6d0ff465ef6"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerController.php" hash="1fbf6b38e2f211e9e14c867a39601778"/><file name="BanneritemController.php" hash="f82b3825d04c01c838b91703c0d792fc"/></dir><file name="IndexController.php" hash="c13b531ebc3a47eb93e20e8b814ac2f6"/></dir><dir name="etc"><file name="config.xml" hash="c9f5032c66734b99cef5e98961345d18"/><file name="system.xml" hash="df58b2f24bc4eda8bf2ddf976cd7e4cf"/></dir><dir name="sql"><dir name="easybanner_setup"><file name="mysql4-install-0.1.0.php" hash="1aaed482588f3ae14fbc85795c361e89"/><file name="mysql4-install-0.1.1.php" hash="47f8f6cd2fe541642b449c93ac518c0c"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="2bcc788b4a88691695ff6de79e8b5402"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="4cb12bd8a15a683eb54e8828b5bb620d"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="easybanner"><file name="simpleslider.phtml" hash="72bbc4801f62b8bc3dab19fc11138c38"/><file name="startstop-slider.phtml" hash="7f6863bc48a72c75a42197f87cc72d7c"/><file name="staticview.phtml" hash="b912de7a61f68f700e6fbabad6c4d0e2"/></dir></dir><dir name="layout"><file name="easybanner.xml" hash="c9efb617a059b7997a6e3c3c175351a3"/></dir></dir></dir><dir name="enterprise"><dir name="default"><dir name="template"><dir name="easybanner"><file name="simpleslider.phtml" hash="72bbc4801f62b8bc3dab19fc11138c38"/><file name="startstop-slider.phtml" hash="7f6863bc48a72c75a42197f87cc72d7c"/><file name="staticview.phtml" hash="b912de7a61f68f700e6fbabad6c4d0e2"/></dir></dir><dir name="layout"><file name="easybanner.xml" hash="c9efb617a059b7997a6e3c3c175351a3"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="easybanner"><file name="grid.phtml" hash="a2db08c9a455924848fa4060ab67b2ea"/></dir></dir><dir name="layout"><file name="easybanner.xml" hash="9f058dfcd524fca760115d38183e97d5"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="easybanner.css" hash="127b15aa47cb6653205834d006a66dfe"/></dir><dir name="images"><dir name="easyslider"><file name="Thumbs.db" hash="78e8b628899546682b2d6d2b70e954c2"/><file name="bg_body.gif" hash="a4077318d74fb50c37282176df62afbc"/><file name="bg_header.gif" hash="3d62b10a3307fb6a321f3feea0045349"/><file name="btn_next.gif" hash="a1d5a25eba56963b60adab13d5409c41"/><file name="btn_prev.gif" hash="730137b8c85a5f0be446f9011766703c"/></dir><dir name="startstop-slider"><file name="Thumbs.db" hash="d5bd28c4e74bf65903d86462973a1c18"/><file name="ajax-loader.gif" hash="5fa2bb8dd4035457196222bf58f9dc09"/><file name="buttons.gif" hash="2835d5afe075922935d10c2bb5726d86"/><file name="buttons.png" hash="91448919594eaed5e7369e292b305d16"/><file name="play.png" hash="7118886a6a4dccd6b96ded7cc2bd9ea6"/></dir></dir><dir name="js"><dir name="easybanner"><file name="jquery.aslideshow.js" hash="438fb8745c5337a0cb026217cc85f9df"/><file name="jquery.cycle.js" hash="f4129fb708f7d83435c7435f6ed9ad7c"/></dir></dir></dir></dir><dir name="enterprise"><dir name="default"><dir name="css"><file name="easybanner.css" hash="127b15aa47cb6653205834d006a66dfe"/></dir><dir name="images"><dir name="easyslider"><file name="Thumbs.db" hash="78e8b628899546682b2d6d2b70e954c2"/><file name="bg_body.gif" hash="a4077318d74fb50c37282176df62afbc"/><file name="bg_header.gif" hash="3d62b10a3307fb6a321f3feea0045349"/><file name="btn_next.gif" hash="a1d5a25eba56963b60adab13d5409c41"/><file name="btn_prev.gif" hash="730137b8c85a5f0be446f9011766703c"/></dir><dir name="startstop-slider"><file name="Thumbs.db" hash="d5bd28c4e74bf65903d86462973a1c18"/><file name="ajax-loader.gif" hash="5fa2bb8dd4035457196222bf58f9dc09"/><file name="buttons.gif" hash="2835d5afe075922935d10c2bb5726d86"/><file name="buttons.png" hash="91448919594eaed5e7369e292b305d16"/><file name="play.png" hash="7118886a6a4dccd6b96ded7cc2bd9ea6"/></dir></dir><dir name="js"><dir name="easybanner"><file name="jquery.aslideshow.js" hash="438fb8745c5337a0cb026217cc85f9df"/><file name="jquery.cycle.js" hash="f4129fb708f7d83435c7435f6ed9ad7c"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="mw_js"><file name="jquery.js" hash="273e017fd0bef143258516bdee173a1e"/><file name="jquery_noconflict.js" hash="afdd9b4ecb226d898fe655136f849752"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|