Version Notes
- Modified the email template
- fixed the by default active state = false
Download this release
Release Info
Developer | Magento Core Team |
Extension | Mp_Tell_A_Friend |
Version | 0.1.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.3 to 0.1.4
app/locale/en_US/template/email/tellafriend/tellafriend.html
CHANGED
@@ -18,7 +18,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
18 |
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello</h1>
|
19 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
20 |
Your friend {{var data.name}} has sent you the following link to visit:<br />
|
21 |
-
{{var data.url}}
|
22 |
</p>
|
23 |
</tr>
|
24 |
<tr>
|
18 |
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello</h1>
|
19 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
20 |
Your friend {{var data.name}} has sent you the following link to visit:<br />
|
21 |
+
<a href="{{var data.url}}">{{var data.url}}</a>
|
22 |
</p>
|
23 |
</tr>
|
24 |
<tr>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mp_Tell_A_Friend</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,8 +12,8 @@
|
|
12 |
- fixed the by default active state = false</notes>
|
13 |
<authors><author><name>MagePsycho</name><user>auto-converted</user><email>rajen_k_bhtt@hotmail.com</email></author></authors>
|
14 |
<date>2011-07-05</date>
|
15 |
-
<time>09:
|
16 |
-
<contents><target name="mageetc"><dir name="modules"><file name="MagePsycho_Tellafriend.xml" hash="a0de91a6925d466140bb06a2d00f3f75"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="tellafriend"><file name="tellafriend.html" hash="
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mp_Tell_A_Friend</name>
|
4 |
+
<version>0.1.4</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>
|
12 |
- fixed the by default active state = false</notes>
|
13 |
<authors><author><name>MagePsycho</name><user>auto-converted</user><email>rajen_k_bhtt@hotmail.com</email></author></authors>
|
14 |
<date>2011-07-05</date>
|
15 |
+
<time>09:24:52</time>
|
16 |
+
<contents><target name="mageetc"><dir name="modules"><file name="MagePsycho_Tellafriend.xml" hash="a0de91a6925d466140bb06a2d00f3f75"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="tellafriend"><file name="tellafriend.html" hash="ac6989fa8c78be5696644775f08daaf7"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="tellafriend"><file name="tellafriend.phtml" hash="c8cb73d980c7dda669eda03fddc2477b"/></dir></dir><dir name="layout"><file name="tellafriend.xml" hash="673a4260b5c289fc5e6076313e53fab7"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="MagePsycho"><dir name="Tellafriend"><dir name="Block"><dir name="System"><dir name="Config"><file name="Info.php" hash="44b685a1e1b4f1ad2797fd5c63dff1ff"/></dir></dir><file name="Tellafriend.php" hash="62ca34c67d745642c0743b559a218389"/></dir><dir name="Helper"><file name="Data.php" hash="71127f38a09f04173df539c5533b7962"/></dir><dir name="Model"><file name="Session.php" hash="495a430e59c5f7a057756c6a344ff6c4"/><file name="Tellafriend.php" hash="f50f073a66f1ec4d4eed1b06011c29a4"/></dir><dir name="controllers"><file name="IndexController.php" hash="18527e015d622b491045c23e465c877d"/></dir><dir name="etc"><file name="config.xml" hash="65ad47c5c73660a3715cea021a0adfc2"/><file name="system.xml" hash="e090f36250cff5787a5bd9cc6c85638b"/></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|