Version Notes
Started
Download this release
Release Info
Developer | Magento Core Team |
Extension | Dexxtz_Customer_Email |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Dexxtz/Customeremail/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Dexxtz_Customeremail>
|
14 |
-
<version>1.0.
|
15 |
</Dexxtz_Customeremail>
|
16 |
</modules>
|
17 |
<frontend>
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Dexxtz_Customeremail>
|
14 |
+
<version>1.0.1</version>
|
15 |
</Dexxtz_Customeremail>
|
16 |
</modules>
|
17 |
<frontend>
|
app/design/adminhtml/default/default/template/dexxtz/customeremail/list.phtml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
<?php
|
14 |
$helper = Mage::helper('customeremail');
|
15 |
$locale = Mage::app()->getLocale()->getLocaleCode();
|
16 |
-
$button = '<button onclick="exportCsv()" type="button" class="scalable">
|
17 |
$buttonBack = Mage::getSingleton('adminhtml/url')->getUrl('adminhtml/system_config/edit/section/customeremail');
|
18 |
?>
|
19 |
|
13 |
<?php
|
14 |
$helper = Mage::helper('customeremail');
|
15 |
$locale = Mage::app()->getLocale()->getLocaleCode();
|
16 |
+
$button = '<button onclick="exportCsv()" type="button" class="scalable">' . $helper->__('Export CSV') . '</button>';
|
17 |
$buttonBack = Mage::getSingleton('adminhtml/url')->getUrl('adminhtml/system_config/edit/section/customeremail');
|
18 |
?>
|
19 |
|
app/locale/en_US/Dexxtz_Customeremail.csv
CHANGED
@@ -27,4 +27,5 @@
|
|
27 |
"Next","Next"
|
28 |
"Last","Last"
|
29 |
"Loading...","Loading..."
|
30 |
-
"Back","Back"
|
|
27 |
"Next","Next"
|
28 |
"Last","Last"
|
29 |
"Loading...","Loading..."
|
30 |
+
"Back","Back"
|
31 |
+
"Export CSV","Export CSV"
|
app/locale/pt_BR/Dexxtz_Customeremail.csv
CHANGED
@@ -28,4 +28,5 @@
|
|
28 |
"Last","Última"
|
29 |
"Loading...","Carregando..."
|
30 |
"Back","Voltar"
|
|
|
31 |
"Please confirm site switching. All data that hasn't been saved will be lost.","Por favor, confirme a alteração de ambiente."
|
28 |
"Last","Última"
|
29 |
"Loading...","Carregando..."
|
30 |
"Back","Voltar"
|
31 |
+
"Export CSV","Exportar CSV"
|
32 |
"Please confirm site switching. All data that hasn't been saved will be lost.","Por favor, confirme a alteração de ambiente."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Dexxtz_Customer_Email</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/apachepl.php">Apache Software License</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Started</notes>
|
12 |
<authors><author><name>Décio Mattos</name><user>auto-converted</user><email>dexxtz@gmail.com</email></author></authors>
|
13 |
<date>2014-10-16</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Dexxtz"><dir name="Customeremail"><dir name="Block"><dir name="System"><dir name="Config"><dir name="Source"><dir name="List"><file name="Button.php" hash="690aa1135c1edb0338a7ebd729d48074"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="39cb95dd95e0173efbef715104924c38"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Customer"><file name="Options.php" hash="5ea8d4a2f721b9b28af60519bbd9b0f0"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportCsvController.php" hash="3451a1f77f4bb0824f58ae59fe332846"/><file name="ListController.php" hash="00846fc7b1e22d04389a0c19eeefe00a"/><file name="ListajaxController.php" hash="67dc465152be6447a39699dcdda90e3a"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Dexxtz_Customer_Email</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/apachepl.php">Apache Software License</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Started</notes>
|
12 |
<authors><author><name>Décio Mattos</name><user>auto-converted</user><email>dexxtz@gmail.com</email></author></authors>
|
13 |
<date>2014-10-16</date>
|
14 |
+
<time>23:44:14</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Dexxtz"><dir name="Customeremail"><dir name="Block"><dir name="System"><dir name="Config"><dir name="Source"><dir name="List"><file name="Button.php" hash="690aa1135c1edb0338a7ebd729d48074"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="39cb95dd95e0173efbef715104924c38"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Customer"><file name="Options.php" hash="5ea8d4a2f721b9b28af60519bbd9b0f0"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportCsvController.php" hash="3451a1f77f4bb0824f58ae59fe332846"/><file name="ListController.php" hash="00846fc7b1e22d04389a0c19eeefe00a"/><file name="ListajaxController.php" hash="67dc465152be6447a39699dcdda90e3a"/></dir></dir><dir name="etc"><file name="config.xml" hash="11b6c18e82f41c8a7c2855e6bcf1b79b"/><file name="system.xml" hash="41159f90a39335da873b29f167cfc088"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Dexxtz_Customeremail.xml" hash="4e43e3088d5d8b801c238d916a5befba"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="dexxtz"><dir name="customeremail"><file name="header.phtml" hash="1fcf4e588319607de35ae0fffced419b"/><file name="list.phtml" hash="0883ab5556c1659a73601a5c27f326d3"/></dir></dir></dir><dir name="layout"><dir name="dexxtz"><file name="customeremail.xml" hash="9b6f29fd33af8108b5417ed855699e10"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="pt_BR"><file name="Dexxtz_Customeremail.csv" hash="e1dec84f4e2a48593acaba15e95faa0b"/></dir><dir name="en_US"><file name="Dexxtz_Customeremail.csv" hash="b6077dcc26d66c7874ea38f719ca9fc4"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="dexxtz"><dir name="customeremail"><dir name="css"><file name="dexxtz.css" hash="b4c790174b0bf3764fd0df3dd0d6dcac"/><file name="jquery.dataTables.css" hash="147487077531eca6abb91ff155ff5049"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="btn_over_bg.gif" hash="f91641168454c03d1fa72731ec97a2b3"/><file name="details.gif" hash="945d384963db2a1f1daae830c64a021b"/><file name="icon_btn_back.gif" hash="89ed97cede3f68241446a62c96e3ce4c"/><file name="massaction_bg.gif" hash="8b5f4db3ab3ea09cd5bd0164d67c4f0d"/><file name="sort_asc.png" hash="1d9061ce7c12f404388f3888057fa9fa"/><file name="sort_both.png" hash="32d7cb196243ffae4c4d7820e761452d"/><file name="sort_desc.png" hash="fa99d402d3f5b8885c3199afa40983ea"/><file name="sort_row_bg.gif" hash="f2e1c5cb26b9f5211419b99d30745244"/><file name="tr_hover.png" hash="3a315f8dc6236c20f329acec3665c242"/></dir><dir name="js"><file name="dexxtz.js" hash="8c9edc7eee77607bf7cd32c440013f59"/><file name="jquery-1.11.1.js" hash="4dc834d16a0d219d5c2b8a5b814569e4"/><file name="jquery.dataTables.js" hash="63eaebd530fec98840106c3d788e3a52"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|