Version Notes
version 1.3
Download this release
Release Info
Developer | Mage Solution |
Extension | MGS_AdvancedContact |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/design/frontend/default/default/template/contactpro/contactpro.phtml
CHANGED
@@ -17,8 +17,8 @@
|
|
17 |
<div class="column-left">
|
18 |
<ul class="form-list">
|
19 |
<li class="fields">
|
|
|
20 |
<div class="input-box">
|
21 |
-
<label class="required" for="full-name"><em>*</em><?php echo $this->__('Full Name');?></label>
|
22 |
<input type="text" class="input-text required-entry" value="<?php echo $this->getFullName();?>" title="<?php echo $this->__('Full Name');?>" id="full-name" name="full-name"/>
|
23 |
</div>
|
24 |
</li>
|
17 |
<div class="column-left">
|
18 |
<ul class="form-list">
|
19 |
<li class="fields">
|
20 |
+
<label class="required" for="full-name"><em>*</em><?php echo $this->__('Full Name');?></label>
|
21 |
<div class="input-box">
|
|
|
22 |
<input type="text" class="input-text required-entry" value="<?php echo $this->getFullName();?>" title="<?php echo $this->__('Full Name');?>" id="full-name" name="full-name"/>
|
23 |
</div>
|
24 |
</li>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MGS_AdvancedContact</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -17,11 +17,11 @@
|
|
17 |
<li>Admin can update for Intro text from static block</li>
|
18 |
<li>HTML &amp; CSS and W3C validation</li>
|
19 |
</ul></description>
|
20 |
-
<notes>version 1.
|
21 |
<authors><author><name>Mage Solution</name><user>mage_solution</user><email>info@magesolution.com</email></author></authors>
|
22 |
-
<date>2014-02-
|
23 |
-
<time>
|
24 |
-
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="MGS_Mgscore.xml" hash="f8ac0e98f4c28786cd4b615090676e1f"/><file name="MGS_Contactpro.xml" hash="8a30d4dea23d1b7185df62e2fdae31fb"/></dir></dir><dir name="code"><dir name="local"><dir name="MGS"><dir name="Contactpro"><dir name="Block"><file name="Contactpro.php" hash="71bedc07104824e1b4adf27ff0fc05cf"/><file name="Fieldform.php" hash="b99317a440fabb7549bc6e2859d6b89d"/></dir><dir name="Helper"><file name="Data.php" hash="4beac0241d060f31952afc2e004ab532"/></dir><dir name="Model"><file name="Contactprofield.php" hash="d5a02a92ba853fe0bb564be5edc0f7e1"/><dir name="Mysql4"><dir name="Contactprofield"><file name="Collection.php" hash="16d39b6784da4dc691cc356b4cfeb84d"/></dir><file name="Contactprofield.php" hash="d26668eb0556a90d7868ab1fcec22b77"/></dir><file name="Observers.php" hash="d49af798de3718a782ff524cbe704997"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Identity.php" hash="75e24ff4a02a5ebfdecadadf17a27494"/><file name="Listpage.php" hash="9329672a8dde2a6bf468fb78e721d7f6"/><file name="Staticblock.php" hash="5645ea2b5a26fe80b8cac3427d34cae1"/></dir></dir></dir></dir><dir name="controllers"><file name="CaptchaController.php" hash="0e71d580f34d6ea1f6c3f6b20b3dfbd8"/><file name="IndexController.php" hash="151a57546619a2591966d92b5f5b7546"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3d7071b2942515f07cbcf081b0fd0a7d"/><file name="config.xml" hash="8255089eaadc28d512b40356d03f97ba"/><file name="system.xml" hash="2b5af0155290162b88d8306c65cd526a"/></dir><dir name="sql"><dir name="contactpro_setup"><file name="mysql4-install-0.1.0.php" hash="7872023d81c54ac558312e7baf720e93"/></dir></dir></dir><dir name="Mgscore"><dir name="Block"><dir name="System"><dir name="Config"><file name="About.php" hash="e3a6ea60f46dcc1e9f961d60d1eaca1f"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="e8940e23620e28ed20fe8bb799526230"/></dir><dir name="etc"><file name="config.xml" hash="f15f20b1d2b4ff90c9c289ae273c01ff"/><file name="system.xml" hash="231f2cc3b2d424833cb4ea328bac70f6"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="contactpro.xml" hash="0fea650cec430bd15531a5c4748dc1f1"/></dir><dir name="template"><dir name="contactpro"><file name="contactpro.phtml" hash="
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MGS_AdvancedContact</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
17 |
<li>Admin can update for Intro text from static block</li>
|
18 |
<li>HTML &amp; CSS and W3C validation</li>
|
19 |
</ul></description>
|
20 |
+
<notes>version 1.3</notes>
|
21 |
<authors><author><name>Mage Solution</name><user>mage_solution</user><email>info@magesolution.com</email></author></authors>
|
22 |
+
<date>2014-02-19</date>
|
23 |
+
<time>08:49:54</time>
|
24 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="MGS_Mgscore.xml" hash="f8ac0e98f4c28786cd4b615090676e1f"/><file name="MGS_Contactpro.xml" hash="8a30d4dea23d1b7185df62e2fdae31fb"/></dir></dir><dir name="code"><dir name="local"><dir name="MGS"><dir name="Contactpro"><dir name="Block"><file name="Contactpro.php" hash="71bedc07104824e1b4adf27ff0fc05cf"/><file name="Fieldform.php" hash="b99317a440fabb7549bc6e2859d6b89d"/></dir><dir name="Helper"><file name="Data.php" hash="4beac0241d060f31952afc2e004ab532"/></dir><dir name="Model"><file name="Contactprofield.php" hash="d5a02a92ba853fe0bb564be5edc0f7e1"/><dir name="Mysql4"><dir name="Contactprofield"><file name="Collection.php" hash="16d39b6784da4dc691cc356b4cfeb84d"/></dir><file name="Contactprofield.php" hash="d26668eb0556a90d7868ab1fcec22b77"/></dir><file name="Observers.php" hash="d49af798de3718a782ff524cbe704997"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Identity.php" hash="75e24ff4a02a5ebfdecadadf17a27494"/><file name="Listpage.php" hash="9329672a8dde2a6bf468fb78e721d7f6"/><file name="Staticblock.php" hash="5645ea2b5a26fe80b8cac3427d34cae1"/></dir></dir></dir></dir><dir name="controllers"><file name="CaptchaController.php" hash="0e71d580f34d6ea1f6c3f6b20b3dfbd8"/><file name="IndexController.php" hash="151a57546619a2591966d92b5f5b7546"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3d7071b2942515f07cbcf081b0fd0a7d"/><file name="config.xml" hash="8255089eaadc28d512b40356d03f97ba"/><file name="system.xml" hash="2b5af0155290162b88d8306c65cd526a"/></dir><dir name="sql"><dir name="contactpro_setup"><file name="mysql4-install-0.1.0.php" hash="7872023d81c54ac558312e7baf720e93"/></dir></dir></dir><dir name="Mgscore"><dir name="Block"><dir name="System"><dir name="Config"><file name="About.php" hash="e3a6ea60f46dcc1e9f961d60d1eaca1f"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="e8940e23620e28ed20fe8bb799526230"/></dir><dir name="etc"><file name="config.xml" hash="f15f20b1d2b4ff90c9c289ae273c01ff"/><file name="system.xml" hash="231f2cc3b2d424833cb4ea328bac70f6"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="contactpro.xml" hash="0fea650cec430bd15531a5c4748dc1f1"/></dir><dir name="template"><dir name="contactpro"><file name="contactpro.phtml" hash="0d59aeb98ef0493347dd6875559e0d24"/></dir></dir></dir></dir></dir></dir><dir name="locale"><dir name="en_US"><dir name="template"><dir name="email"><file name="contact_pro.html" hash="fe59e818af70b0773a8b46c120e2d590"/><file name="contact_pro_admin.html" hash="41640d612c104555d2afb8e3b58f6669"/></dir></dir></dir></dir></dir><dir name="media"><dir name="contactpro"><dir name="fonts"><file name="captcha.ttf" hash="9ef039cb984b8a88bbcc1b4d90293e8a"/></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="contactpro.css" hash="b5af5be3157f52afc2d0860cd7308397"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/></dir></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|