Version Notes
Public Release
Meet your customers' friends in 5 minutes
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eyemagine_Cloudsponge |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4.3 to 2.0.5
- app/code/{local → community}/Eyemagine/Cloudsponge/Block/Adminhtml/System/Config/Fieldset/Hint.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Block/Popup.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Block/Send.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Helper/Data.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Model/Cloudsponge.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Model/Mysql4/Cloudsponge.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/Model/Mysql4/Cloudsponge/Collection.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/controllers/IndexController.php +2 -2
- app/code/{local → community}/Eyemagine/Cloudsponge/etc/adminhtml.xml +12 -0
- app/code/{local → community}/Eyemagine/Cloudsponge/etc/config.xml +3 -3
- app/code/{local → community}/Eyemagine/Cloudsponge/etc/system.xml +6 -6
- app/code/{local → community}/Eyemagine/Cloudsponge/sql/cloudsponge_setup/mysql4-install-0.1.0.php +2 -2
- app/design/adminhtml/default/default/layout/cloudsponge.xml +11 -0
- app/design/adminhtml/default/default/template/cloudsponge/system/config/fieldset/hint.phtml +6 -5
- app/design/frontend/base/default/layout/cloudsponge.xml +2 -2
- app/design/frontend/base/default/template/cloudsponge/popup.phtml +5 -5
- app/design/frontend/base/default/template/cloudsponge/send.phtml +6 -5
- app/etc/modules/Eyemagine_Cloudsponge.xml +3 -3
- package.xml +4 -4
- skin/frontend/base/default/css/cloudsponge.css +5 -1
app/code/{local → community}/Eyemagine/Cloudsponge/Block/Adminhtml/System/Config/Fieldset/Hint.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/{local → community}/Eyemagine/Cloudsponge/Block/Popup.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
class Eyemagine_Cloudsponge_Block_Popup extends Mage_Core_Block_Template
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
class Eyemagine_Cloudsponge_Block_Popup extends Mage_Core_Block_Template
|
app/code/{local → community}/Eyemagine/Cloudsponge/Block/Send.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
include_once 'lib/cloudsponge/csimport.php';
|
12 |
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
include_once 'lib/cloudsponge/csimport.php';
|
12 |
|
app/code/{local → community}/Eyemagine/Cloudsponge/Helper/Data.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
include_once 'lib/cloudsponge/csimport.php';
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
include_once 'lib/cloudsponge/csimport.php';
|
app/code/{local → community}/Eyemagine/Cloudsponge/Model/Cloudsponge.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Cloudsponge extends Mage_Core_Model_Abstract
|
12 |
{
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Cloudsponge extends Mage_Core_Model_Abstract
|
12 |
{
|
app/code/{local → community}/Eyemagine/Cloudsponge/Model/Mysql4/Cloudsponge.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Mysql4_Cloudsponge extends Mage_Core_Model_Mysql4_Abstract
|
12 |
{
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Mysql4_Cloudsponge extends Mage_Core_Model_Mysql4_Abstract
|
12 |
{
|
app/code/{local → community}/Eyemagine/Cloudsponge/Model/Mysql4/Cloudsponge/Collection.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Mysql4_Cloudsponge_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
|
12 |
{
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
class Eyemagine_Cloudsponge_Model_Mysql4_Cloudsponge_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
|
12 |
{
|
app/code/{local → community}/Eyemagine/Cloudsponge/controllers/IndexController.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
class Eyemagine_Cloudsponge_IndexController extends Mage_Core_Controller_Front_Action
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
class Eyemagine_Cloudsponge_IndexController extends Mage_Core_Controller_Front_Action
|
app/code/{local → community}/Eyemagine/Cloudsponge/etc/adminhtml.xml
RENAMED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<config>
|
2 |
<acl>
|
3 |
<resources>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* EYEMAGINE - The leading Magento Solution Partner
|
5 |
+
*
|
6 |
+
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
+
* @category Eyemagine
|
8 |
+
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
+
*/
|
12 |
+
-->
|
13 |
<config>
|
14 |
<acl>
|
15 |
<resources>
|
app/code/{local → community}/Eyemagine/Cloudsponge/etc/config.xml
RENAMED
@@ -6,14 +6,14 @@
|
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
-
* @copyright Copyright (c)
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Eyemagine_Cloudsponge>
|
16 |
-
<version>2.0.
|
17 |
</Eyemagine_Cloudsponge>
|
18 |
</modules>
|
19 |
<frontend>
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Eyemagine_Cloudsponge>
|
16 |
+
<version>2.0.5</version>
|
17 |
</Eyemagine_Cloudsponge>
|
18 |
</modules>
|
19 |
<frontend>
|
app/code/{local → community}/Eyemagine/Cloudsponge/etc/system.xml
RENAMED
@@ -1,13 +1,13 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* EYEMAGINE
|
5 |
*
|
6 |
-
* @
|
7 |
-
* @
|
8 |
-
* @
|
9 |
-
* @
|
10 |
-
* @
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* EYEMAGINE - The leading Magento Solution Partner
|
5 |
*
|
6 |
+
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
+
* @category Eyemagine
|
8 |
+
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
app/code/{local → community}/Eyemagine/Cloudsponge/sql/cloudsponge_setup/mysql4-install-0.1.0.php
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
$installer = $this;
|
5 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
6 |
* @category Eyemagine
|
7 |
* @package Eyemagine_Cloudsponge
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
$installer = $this;
|
app/design/adminhtml/default/default/layout/cloudsponge.xml
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<layout>
|
3 |
<default>
|
4 |
<reference name="root">
|
1 |
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* EYEMAGINE - The leading Magento Solution Partner
|
5 |
+
*
|
6 |
+
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
+
* @category Eyemagine
|
8 |
+
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
+
*/
|
12 |
+
-->
|
13 |
<layout>
|
14 |
<default>
|
15 |
<reference name="root">
|
app/design/adminhtml/default/default/template/cloudsponge/system/config/fieldset/hint.phtml
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* EYEMAGINE
|
4 |
*
|
5 |
-
* @
|
6 |
-
* @
|
7 |
-
* @
|
8 |
-
* @
|
|
|
9 |
*/
|
10 |
?>
|
11 |
<?php
|
1 |
<?php
|
2 |
/**
|
3 |
+
* EYEMAGINE - The leading Magento Solution Partner
|
4 |
*
|
5 |
+
* @author EyeMagine <magento@eyemaginetech.com>
|
6 |
+
* @category design
|
7 |
+
* @package default_default
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
?>
|
12 |
<?php
|
app/design/frontend/base/default/layout/cloudsponge.xml
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
-
* @copyright Copyright (c)
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<layout version="0.1.0">
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
*/
|
12 |
-->
|
13 |
<layout version="0.1.0">
|
app/design/frontend/base/default/template/cloudsponge/popup.phtml
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
/**
|
3 |
* EYEMAGINE - The leading Magento Solution Partner
|
4 |
*
|
5 |
-
* @author
|
6 |
-
* @category
|
7 |
-
* @package
|
8 |
-
* @copyright Copyright (c)
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
// initiate the import by setting the import ID based on the service
|
2 |
/**
|
3 |
* EYEMAGINE - The leading Magento Solution Partner
|
4 |
*
|
5 |
+
* @author EyeMagine <magento@eyemaginetech.com>
|
6 |
+
* @category design
|
7 |
+
* @package base_default
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
|
12 |
// initiate the import by setting the import ID based on the service
|
app/design/frontend/base/default/template/cloudsponge/send.phtml
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* EYEMAGINE
|
4 |
*
|
5 |
-
* @
|
6 |
-
* @
|
7 |
-
* @
|
8 |
-
* @
|
|
|
9 |
*/
|
10 |
/* @var $this Mage_Sendfriend_Block_Send */
|
11 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
+
* EYEMAGINE - The leading Magento Solution Partner
|
4 |
*
|
5 |
+
* @author EyeMagine <magento@eyemaginetech.com>
|
6 |
+
* @category design
|
7 |
+
* @package base_default
|
8 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
9 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
10 |
*/
|
11 |
/* @var $this Mage_Sendfriend_Block_Send */
|
12 |
/**
|
app/etc/modules/Eyemagine_Cloudsponge.xml
CHANGED
@@ -6,15 +6,15 @@
|
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
-
* @copyright Copyright (c)
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Eyemagine_Cloudsponge>
|
16 |
<active>true</active>
|
17 |
-
<codePool>
|
18 |
<depends>
|
19 |
<Mage_Sendfriend />
|
20 |
</depends>
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_Cloudsponge
|
9 |
+
* @copyright Copyright (c) 2003-2012 EyeMagine Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.gnu.org/licenses/gpl-3.0.html (GPL)
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Eyemagine_Cloudsponge>
|
16 |
<active>true</active>
|
17 |
+
<codePool>community</codePool>
|
18 |
<depends>
|
19 |
<Mage_Sendfriend />
|
20 |
</depends>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_Cloudsponge</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@ Install CloudSponge today to enhance your Magento store's viral-ness.</descripti
|
|
16 |

|
17 |
Meet your customers' friends in 5 minutes</notes>
|
18 |
<authors><author><name>EYEMAGINE</name><user>auto-converted</user><email>magento@eyemaginetech.com</email></author></authors>
|
19 |
-
<date>2012-
|
20 |
-
<time>
|
21 |
-
<contents><target name="
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_Cloudsponge</name>
|
4 |
+
<version>2.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
16 |

|
17 |
Meet your customers' friends in 5 minutes</notes>
|
18 |
<authors><author><name>EYEMAGINE</name><user>auto-converted</user><email>magento@eyemaginetech.com</email></author></authors>
|
19 |
+
<date>2012-03-07</date>
|
20 |
+
<time>18:49:06</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Eyemagine"><dir name="Cloudsponge"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="66c5488fcf20cdb542abd70a6bb9525e"/></dir></dir></dir></dir><file name="Popup.php" hash="60f085927d4c12f2f9349bdd42345807"/><file name="Send.php" hash="0178e2b830355db501c0d95706560b07"/></dir><dir name="Helper"><file name="Data.php" hash="80cad70c82d5f3f6d757c7ba738ef3db"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Cloudsponge"><file name="Collection.php" hash="e10e328e253ed6daea8f4a056ccf3616"/></dir><file name="Cloudsponge.php" hash="4f489a674e4d6c628367c1a5843789e8"/></dir><file name="Cloudsponge.php" hash="caf3b2756be258934c355c25d52906f8"/></dir><dir name="controllers"><file name="IndexController.php" hash="98f920b498a603e664fbd07f148f8205"/></dir><dir name="etc"><file name="adminhtml.xml" hash="b12eb9071c5a080c56f17cf583b1f801"/><file name="config.xml" hash="1f88877cddc4d73d84875adf11d0ccde"/><file name="system.xml" hash="776c74ce9fa2e4225317a7f2141a6c57"/></dir><dir name="sql"><dir name="cloudsponge_setup"><file name="mysql4-install-0.1.0.php" hash="0894be6711ebfd1e0fd9e4d7ea92a7ae"/></dir></dir></dir></dir></target><target name="magelib"><dir name="cloudsponge"><file name="README.txt" hash="f04b70aa6ffac767d606d5632cb39214"/><file name="auth.php" hash="428d4fa3f306eb1cbdcc98a8ec37d821"/><file name="csconstants.php" hash="44f729993893169222a097941d2c72b1"/><file name="csimport.php" hash="b070554d98792a863bd9fbbe11de2bac"/><file name="cstest.php" hash="87e3e22cf4fe34c152091f9c0f79381d"/><file name="popup.php" hash="60cf3647dc75381f804607902012eb66"/><file name="prototype.js" hash="b5684120e496c310977713be34be4868"/><file name="step_1_start.php" hash="b3a33d4e6b4df7f2fb7aeaaa8b70c86f"/><file name="step_2_events.php" hash="799210ebdc745b22ff25c03640b60ec9"/><file name="step_3_contacts.php" hash="8fe40b6b6799cd755ad34897e4c9c219"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cloudsponge.xml" hash="c026b25a13079ab25db257eddadfe242"/></dir><dir name="template"><dir name="cloudsponge"><file name="cloudsponge.phtml" hash="05d2ebffe5089ff2f87b23bbdd50def5"/><file name="popup.phtml" hash="ce7e389dceb2852bc84def0a30e64573"/><file name="send.phtml" hash="70b90e1cfb9623f61bc4a029835925e0"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="cloudsponge"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="8fcf5c35e60c81a61aadfa255e1d5de0"/></dir></dir></dir></dir></dir><dir name="layout"><file name="cloudsponge.xml" hash="5b0e727c12aa59770d60f8144f0ae4f1"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="cloudsponge.css" hash="c7c94f9bbd509f240b81df1d39e5d94b"/></dir><dir name="images"><dir name="cloudsponge"><file name="aol.png" hash="0e3e34ebf79279737c0276b48ec76d99"/><file name="apple.png" hash="8927def4c9e62088f4cc8e2c6f08d50e"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="google.png" hash="4eca22513f0aaede4925c2dfe34f7d6c"/><file name="i_address.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="msn.png" hash="8f117246b27d3f739f8645849690a1ab"/><file name="plaxo.jpeg" hash="58ce87edfba74e1b598f11c2352496f2"/><file name="searchfield.png" hash="4f5a8499fcaa78aa570b910a8e5367d3"/><file name="yahoo.png" hash="90a3dad399cf3d8366cef56fd9f1d34b"/></dir></dir><dir name="js"><file name="cloudsponge.js" hash="d58e8118c66a53a11f3f2c8aba7ea22c"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="cloudsponge.png" hash="47c4cbdad77f340482d802fd9d8680f9"/></dir><file name="cloudsponge.css" hash="79c180061bb939ddc9854123ba873d4e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eyemagine_Cloudsponge.xml" hash="30ec444279374b8078e234569d84da42"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|
skin/frontend/base/default/css/cloudsponge.css
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
.send-friend
|
|
|
|
|
|
|
|
|
2 |
display: inline;
|
3 |
list-style-type: none;
|
4 |
margin-right: 20px;
|
1 |
+
.send-friend .form-list{
|
2 |
+
overflow: hidden;
|
3 |
+
width: 615px;
|
4 |
+
}
|
5 |
+
ul#import_options.form-list li {
|
6 |
display: inline;
|
7 |
list-style-type: none;
|
8 |
margin-right: 20px;
|