Version Notes
First Version of 71lbs magento extension:
- improving auth security in magento, add user check email validation
Download this release
Release Info
Developer | Jose |
Extension | lbs71 |
Version | 0.1.0.7 |
Comparing to | |
See all releases |
Code changes from version 0.1.0.6 to 0.1.0.7
app/design/adminhtml/default/default/template/adminrefunds/refunds.phtml
CHANGED
@@ -21,7 +21,7 @@ $result = json_decode($result);
|
|
21 |
|
22 |
//debug
|
23 |
//var_dump($result);
|
24 |
-
setlocale(LC_MONETARY, 'en_US');
|
25 |
|
26 |
if($result->error){
|
27 |
echo("<div style='color: red'><b>Error:</b> " . $result->msj) . "</div>";
|
@@ -437,8 +437,7 @@ $value[1] ?> + preValue); //setValue(row index,column index, value)
|
|
437 |
<?php $count = 0 ?>
|
438 |
<?php endif ?>
|
439 |
<?php endforeach ?>
|
440 |
-
<div style="clear:both"></div>
|
441 |
-
<?php endif ?>
|
442 |
|
443 |
</div>
|
444 |
<div style="clear:both"></div>
|
@@ -453,6 +452,7 @@ $value[1] ?> + preValue); //setValue(row index,column index, value)
|
|
453 |
<input type="text" id="fdx_from" class="date_input" />
|
454 |
<span>to</span>
|
455 |
<input type="text" id="fdx_to" class="date_input" />
|
|
|
456 |
<br/>
|
457 |
<?php if ($result->ups_uname !== null && $result->ups_uname != ""): ?>
|
458 |
<span class="f_latest">Current month activity - UPS</span>
|
21 |
|
22 |
//debug
|
23 |
//var_dump($result);
|
24 |
+
//setlocale(LC_MONETARY, 'en_US');
|
25 |
|
26 |
if($result->error){
|
27 |
echo("<div style='color: red'><b>Error:</b> " . $result->msj) . "</div>";
|
437 |
<?php $count = 0 ?>
|
438 |
<?php endif ?>
|
439 |
<?php endforeach ?>
|
440 |
+
<div style="clear:both"></div>
|
|
|
441 |
|
442 |
</div>
|
443 |
<div style="clear:both"></div>
|
452 |
<input type="text" id="fdx_from" class="date_input" />
|
453 |
<span>to</span>
|
454 |
<input type="text" id="fdx_to" class="date_input" />
|
455 |
+
<?php endif ?>
|
456 |
<br/>
|
457 |
<?php if ($result->ups_uname !== null && $result->ups_uname != ""): ?>
|
458 |
<span class="f_latest">Current month activity - UPS</span>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>lbs71</name>
|
4 |
-
<version>0.1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -12,8 +12,8 @@
|
|
12 |
- improving auth security in magento, add user check email validation</notes>
|
13 |
<authors><author><name>Jose</name><user>jose</user><email>jose@71lbs.com</email></author></authors>
|
14 |
<date>2013-09-27</date>
|
15 |
-
<time>23:
|
16 |
-
<contents><target name="magecommunity"><dir name="lbs71"><dir name="Adminrefunds"><dir name="Helper"><file name="Data.php" hash="f67bbcee1a0dc3ae098f1be7dbe8b8dd"/></dir><dir name="controllers"><file name="AdminRefundsController.php" hash="e34be3af35557f01cde71bba3155d1b7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="55ce2355972a6f5f291866632e58f5a9"/><file name="config.xml" hash="2973fe59a6d8bbfd4b7f5d4ef11a175c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="adminrefunds"><file name="about.phtml" hash="bdef28c10b8e35233315a60c0bea8fcf"/><file name="loginform.phtml" hash="2ea63847fcda4666e4880647f3fbe7d8"/><file name="refunds.phtml" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>5.4.16</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>lbs71</name>
|
4 |
+
<version>0.1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
12 |
- improving auth security in magento, add user check email validation</notes>
|
13 |
<authors><author><name>Jose</name><user>jose</user><email>jose@71lbs.com</email></author></authors>
|
14 |
<date>2013-09-27</date>
|
15 |
+
<time>23:21:21</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="lbs71"><dir name="Adminrefunds"><dir name="Helper"><file name="Data.php" hash="f67bbcee1a0dc3ae098f1be7dbe8b8dd"/></dir><dir name="controllers"><file name="AdminRefundsController.php" hash="e34be3af35557f01cde71bba3155d1b7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="55ce2355972a6f5f291866632e58f5a9"/><file name="config.xml" hash="2973fe59a6d8bbfd4b7f5d4ef11a175c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="adminrefunds"><file name="about.phtml" hash="bdef28c10b8e35233315a60c0bea8fcf"/><file name="loginform.phtml" hash="2ea63847fcda4666e4880647f3fbe7d8"/><file name="refunds.phtml" hash="7f586096df6f11b6073b9e1e87a9825a"/></dir></dir><dir name="layout"><file name="lbs71_refunds.xml" hash="e51300247881edf596bb80c0dee3080a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Lbs71_Adminrefunds.xml" hash="ce98574fb38a544d2ea26c9e0243bcdd"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>5.4.16</max></php></required></dependencies>
|
19 |
</package>
|