FreeQuickContact - Version 1.1.6

Version Notes

Compatible with magento 1.2.x - 1.3.x

Download this release

Release Info

Developer Magento Core Team
Extension FreeQuickContact
Version 1.1.6
Comparing to
See all releases


Code changes from version 1.1.2 to 1.1.6

app/code/community/HM/QuickContact/Block/Info.php CHANGED
@@ -34,7 +34,7 @@ class HM_QuickContact_Block_Info extends Mage_Adminhtml_Block_System_Config_Form
34
 
35
  protected function _getFieldHtml($fieldset)
36
  {
37
- $content = '<a href="http://hello-magento.com/">Quick Contact</a>';
38
  return $content;
39
  }
40
  }
34
 
35
  protected function _getFieldHtml($fieldset)
36
  {
37
+ $content = 'This extension is developed by <a href="http://mage-world.com/">Mage-World.com</a>';
38
  return $content;
39
  }
40
  }
app/code/community/HM/QuickContact/etc/system.xml CHANGED
@@ -27,15 +27,15 @@
27
  -->
28
  <config>
29
  <tabs>
30
- <hellomagento translate="label">
31
- <label>Hello Magento</label>
32
- <sort_order>300</sort_order>
33
- </hellomagento>
34
  </tabs>
35
  <sections>
36
  <quickcontact translate="label" module="quickcontact">
37
  <label>Quick Contact</label>
38
- <tab>hellomagento</tab>
39
  <frontend_type>text</frontend_type>
40
  <sort_order>100</sort_order>
41
  <show_in_default>1</show_in_default>
27
  -->
28
  <config>
29
  <tabs>
30
+ <mage_world translate="label">
31
+ <label>Mage World</label>
32
+ <sort_order>250</sort_order>
33
+ </mage_world>
34
  </tabs>
35
  <sections>
36
  <quickcontact translate="label" module="quickcontact">
37
  <label>Quick Contact</label>
38
+ <tab>mage_world</tab>
39
  <frontend_type>text</frontend_type>
40
  <sort_order>100</sort_order>
41
  <show_in_default>1</show_in_default>
app/design/frontend/default/default/layout/quickcontact.xml CHANGED
@@ -1,18 +1,8 @@
1
  <?xml version="1.0"?>
2
  <layout version="0.1.0">
3
- <quickcontact_index_index>
4
- <reference name="root">
5
- <action method="setTemplate"><template>page/one-column.phtml</template></action>
6
- <action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
7
- </reference>
8
- <reference name="content">
9
- <block type="core/template" name="quickcontactForm" as="quickcontactForm" template="quickcontact/form.phtml"/>
10
- </reference>
11
- </quickcontact_index_index>
12
-
13
  <default>
14
- <reference name="root">
15
- <block type="core/template" template="quickcontact/form.phtml"/>
16
  </reference>
17
  </default>
18
  </layout>
1
  <?xml version="1.0"?>
2
  <layout version="0.1.0">
 
 
 
 
 
 
 
 
 
 
3
  <default>
4
+ <reference name="before_body_end">
5
+ <block type="core/template" name="quickcontact" template="quickcontact/form.phtml"/>
6
  </reference>
7
  </default>
8
  </layout>