Version Notes
Stable Version for V1.3, 1.5 and 1.6
For 1.4 minor CSS changes required for installation
Download this release
Release Info
Developer | Pollence IT Services |
Extension | easy_exploded_menu |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
app/code/community/Pollence/Easyexploded/etc/config.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Pollence
|
5 |
-
* @package Pollence_Easyexploded
|
6 |
-
* @author ModuleCreator
|
7 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
-
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
@@ -42,7 +42,7 @@
|
|
42 |
</easyexploded>
|
43 |
</routers>
|
44 |
</admin>
|
45 |
-
|
46 |
<menu>
|
47 |
<easyexploded module="easyexploded">
|
48 |
<title>Easyexploded</title>
|
@@ -78,7 +78,7 @@
|
|
78 |
</easyexploded>
|
79 |
</updates>
|
80 |
</layout>
|
81 |
-
</adminhtml
|
82 |
<global>
|
83 |
<models>
|
84 |
<easyexploded>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Pollence
|
5 |
+
* @package Pollence_Easyexploded
|
6 |
+
* @author ModuleCreator
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
42 |
</easyexploded>
|
43 |
</routers>
|
44 |
</admin>
|
45 |
+
<!--<adminhtml>
|
46 |
<menu>
|
47 |
<easyexploded module="easyexploded">
|
48 |
<title>Easyexploded</title>
|
78 |
</easyexploded>
|
79 |
</updates>
|
80 |
</layout>
|
81 |
+
</adminhtml>-->
|
82 |
<global>
|
83 |
<models>
|
84 |
<easyexploded>
|
package.xml
CHANGED
@@ -1,21 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>easy_exploded_menu</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Exploded Menu will provide you easy to install exploded menu with just one click installation.</summary>
|
10 |
-
<description>Easy Exploded Menu will be installed in just one click and your current magento menu will be automatically converted into user friendly exploded menu
|
11 |
-
|
12 |
-
|
13 |
-
Please provide feecback and Reviews to us for this extension.</description>
|
14 |
-
<notes>Currently Version is under Development and will be released as final soon</notes>
|
15 |
<authors><author><name>Pollence IT Services</name><user>Ruchir</user><email>info@pollence.com</email></author></authors>
|
16 |
-
<date>2011-09-
|
17 |
-
<time>
|
18 |
-
<contents><target name="mage"><dir name="app"><dir name="code"><dir name="community"><dir name="Pollence"><dir name="Easyexploded"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Easyexploded"><dir name="Edit"><file name="Form.php" hash="b3f0247a7e754f075146a3d2f1ec8a1a"/><dir name="Tab"><file name="Form.php" hash="62a9320c3f1af87a9b79b8e346a74c8e"/></dir><file name="Tabs.php" hash="fd25eff58d53ca37a5958633c59b3dc7"/></dir><file name="Edit.php" hash="6ef219134098388059ffe4a589f2eb9c"/><file name="Grid.php" hash="09755a6e8f98544841380abb744a70fc"/></dir><file name="Easyexploded.php" hash="2c6c5452c9885d5d4bc0d473d796eeff"/></dir><file name="Easyexploded.php" hash="ec81224b7a00aa3a0b70366ce580dd9d"/></dir><dir name="Helper"><file name="Data.php" hash="0cb327ad68666d57efc12a6c40bed4f4"/></dir><dir name="Model"><file name="Easyexploded.php" hash="5830c654fe1e56c39f5dad024354954d"/><dir name="Mysql4"><dir name="Easyexploded"><file name="Collection.php" hash="48a5b66cf4d86cd84cc8df2fd93de89e"/></dir><file name="Easyexploded.php" hash="eec1be90b41408695e08e27d7776befd"/></dir><file name="Status.php" hash="4c74bb069e703e0ddef6205b2edb8f36"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="EasyexplodedController.php" hash="922c5e203f99996c0b7ad7c34218c220"/></dir><file name="IndexController.php" hash="46bd45a43ebaabf669bb3eae4ff2bf04"/></dir><dir name="etc"><file name="config.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>easy_exploded_menu</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Exploded Menu will provide you easy to install exploded menu with just one click installation.</summary>
|
10 |
+
<description>Easy Exploded Menu will be installed in just one click and your current magento menu will be automatically converted into user friendly exploded menu.You can also customize CSS easily to achieve rounded corner exploded navigation.Its Fully open source and anyone can edit and use it.Please provide feecback and Reviews to us for this extension.</description>
|
11 |
+
<notes>Stable Version for V1.3, 1.5 and 1.6
|
12 |
+
For 1.4 minor CSS changes required for installation</notes>
|
|
|
|
|
13 |
<authors><author><name>Pollence IT Services</name><user>Ruchir</user><email>info@pollence.com</email></author></authors>
|
14 |
+
<date>2011-09-30</date>
|
15 |
+
<time>05:35:14</time>
|
16 |
+
<contents><target name="mage"><dir name="app"><dir name="code"><dir name="community"><dir name="Pollence"><dir name="Easyexploded"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Easyexploded"><dir name="Edit"><file name="Form.php" hash="b3f0247a7e754f075146a3d2f1ec8a1a"/><dir name="Tab"><file name="Form.php" hash="62a9320c3f1af87a9b79b8e346a74c8e"/></dir><file name="Tabs.php" hash="fd25eff58d53ca37a5958633c59b3dc7"/></dir><file name="Edit.php" hash="6ef219134098388059ffe4a589f2eb9c"/><file name="Grid.php" hash="09755a6e8f98544841380abb744a70fc"/></dir><file name="Easyexploded.php" hash="2c6c5452c9885d5d4bc0d473d796eeff"/></dir><file name="Easyexploded.php" hash="ec81224b7a00aa3a0b70366ce580dd9d"/></dir><dir name="Helper"><file name="Data.php" hash="0cb327ad68666d57efc12a6c40bed4f4"/></dir><dir name="Model"><file name="Easyexploded.php" hash="5830c654fe1e56c39f5dad024354954d"/><dir name="Mysql4"><dir name="Easyexploded"><file name="Collection.php" hash="48a5b66cf4d86cd84cc8df2fd93de89e"/></dir><file name="Easyexploded.php" hash="eec1be90b41408695e08e27d7776befd"/></dir><file name="Status.php" hash="4c74bb069e703e0ddef6205b2edb8f36"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="EasyexplodedController.php" hash="922c5e203f99996c0b7ad7c34218c220"/></dir><file name="IndexController.php" hash="46bd45a43ebaabf669bb3eae4ff2bf04"/></dir><dir name="etc"><file name="config.xml" hash="49f94a393c8d34ebce5516597cffef34"/></dir><dir name="sql"><dir name="easyexploded_setup"><file name="mysql4-install-0.1.0.php" hash="51ea11ee68e1ce94eab6400571e12113"/></dir></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="easyexploded.xml" hash="5a1fe49376c6c01112817738a274221b"/></dir><dir name="template"><dir name="easyexploded"><file name="easyexploded.phtml" hash="a3a33c32ea7427d0d8b6e4bcb3d73f74"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Pollence_Easyexploded.xml" hash="a9893055985b0fcce6e9c00a72980555"/></dir></dir></dir><dir name="js"><dir name="mynav"><file name="jquery_pol.js" hash="1e5389d096ff70677a5055d98c19691b"/><file name="script.js" hash="275b0c727192dc870c3ed4294556ce9a"/></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="style-nav.css" hash="6336e0969d268fbd962dc142ba87d441"/></dir></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
skin/frontend/default/default/css/style-nav.css
CHANGED
@@ -98,6 +98,17 @@
|
|
98 |
left: -5px;
|
99 |
z-index: 999;
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
|
103 |
text-align:left;
|
@@ -174,8 +185,8 @@
|
|
174 |
#nav .menu li.level1{width:200px; float:left; padding:0; margin-left:7px; }
|
175 |
#nav .menu{ width:auto; overflow:hidden}
|
176 |
|
177 |
-
#nav ul.level0 li a span{color:#F3686D
|
178 |
-
#nav ul.level0 li ul li a span{color:#2F2F2F
|
179 |
#nav ul.level0 li ul li a span:hover{color:#2F2F2F !important; text-decoration:underline;}
|
180 |
#nav ul.level0 li ul li {word-wrap:break-word;}
|
181 |
#nav ul.level0 li ul.level1 li {}
|
98 |
left: -5px;
|
99 |
z-index: 999;
|
100 |
|
101 |
+
}
|
102 |
+
ul.level2{
|
103 |
+
margin-left:10px;
|
104 |
+
}
|
105 |
+
ul.level2 > li > a > span{
|
106 |
+
color:red !important;
|
107 |
+
}
|
108 |
+
#nav li.over div{
|
109 |
+
left: -5px;
|
110 |
+
z-index: 999;
|
111 |
+
|
112 |
}
|
113 |
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
|
114 |
text-align:left;
|
185 |
#nav .menu li.level1{width:200px; float:left; padding:0; margin-left:7px; }
|
186 |
#nav .menu{ width:auto; overflow:hidden}
|
187 |
|
188 |
+
#nav ul.level0 li a span{color:#F3686D; font-weight:bold; font-size:14px;border-bottom: 1px dashed #899BA5; font-family:Verdana, Arial, Helvetica, sans-serif;}
|
189 |
+
#nav ul.level0 li ul li a span{color:#2F2F2F; font-weight:normal; text-decoration:none; border:0 none; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;}
|
190 |
#nav ul.level0 li ul li a span:hover{color:#2F2F2F !important; text-decoration:underline;}
|
191 |
#nav ul.level0 li ul li {word-wrap:break-word;}
|
192 |
#nav ul.level0 li ul.level1 li {}
|