Version Notes
First stable release
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Magmodules_Feedbackcompany |
| Version | 1.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.1 to 1.0.2
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php +1 -1
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php +1 -1
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php +15 -15
- app/code/local/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php +0 -2
- app/code/local/Magmodules/Feedbackcompany/etc/adminhtml.xml +1 -1
- app/code/local/Magmodules/Feedbackcompany/etc/config.xml +1 -1
- app/code/local/Magmodules/Feedbackcompany/etc/system.xml +9 -1
- app/design/frontend/base/default/layout/magmodules_feedbackcompany.xml +1 -5
- app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/richsnippets.phtml +17 -10
- app/locale/en_US/Magmodules_Feedbackcompany.csv +75 -60
- app/locale/nl_NL/Magmodules_Feedbackcompany.csv +113 -100
- package.xml +4 -4
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php
CHANGED
|
@@ -25,7 +25,7 @@ class Magmodules_Feedbackcompany_Block_Adminhtml_Feedbacklog extends Mage_Adminh
|
|
| 25 |
public function __construct() {
|
| 26 |
$this->_controller = 'adminhtml_feedbacklog';
|
| 27 |
$this->_blockGroup = 'feedbackcompany';
|
| 28 |
-
$this->_headerText = Mage::helper('feedbackcompany')->__('
|
| 29 |
parent::__construct();
|
| 30 |
$this->_removeButton('add');
|
| 31 |
|
| 25 |
public function __construct() {
|
| 26 |
$this->_controller = 'adminhtml_feedbacklog';
|
| 27 |
$this->_blockGroup = 'feedbackcompany';
|
| 28 |
+
$this->_headerText = Mage::helper('feedbackcompany')->__('The Feedback Company - Logs');
|
| 29 |
parent::__construct();
|
| 30 |
$this->_removeButton('add');
|
| 31 |
|
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php
CHANGED
|
@@ -25,7 +25,7 @@ class Magmodules_Feedbackcompany_Block_Adminhtml_Feedbackreviews extends Mage_Ad
|
|
| 25 |
public function __construct() {
|
| 26 |
$this->_controller = 'adminhtml_feedbackreviews';
|
| 27 |
$this->_blockGroup = 'feedbackcompany';
|
| 28 |
-
$this->_headerText = Mage::helper('feedbackcompany')->__('
|
| 29 |
parent::__construct();
|
| 30 |
$this->_removeButton('add');
|
| 31 |
|
| 25 |
public function __construct() {
|
| 26 |
$this->_controller = 'adminhtml_feedbackreviews';
|
| 27 |
$this->_blockGroup = 'feedbackcompany';
|
| 28 |
+
$this->_headerText = Mage::helper('feedbackcompany')->__('The Feedback Company - Reviews');
|
| 29 |
parent::__construct();
|
| 30 |
$this->_removeButton('add');
|
| 31 |
|
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php
CHANGED
|
@@ -21,34 +21,34 @@
|
|
| 21 |
|
| 22 |
class Magmodules_Feedbackcompany_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
<h4>About Magmodules.eu</h4>
|
| 27 |
<p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
|
| 28 |
-
|
| 29 |
-
|
| 30 |
<tr>
|
| 31 |
-
<td width="
|
| 32 |
-
<td width="
|
| 33 |
</tr>
|
| 34 |
-
|
| 35 |
-
<td
|
| 36 |
-
<td width="36%"><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
|
| 37 |
</tr>
|
| 38 |
<tr>
|
| 39 |
-
<td
|
| 40 |
-
<td
|
| 41 |
</tr>
|
| 42 |
<tr>
|
| 43 |
<td> </td>
|
| 44 |
<td> </td>
|
| 45 |
</tr>
|
| 46 |
<tr>
|
| 47 |
-
<td
|
|
|
|
| 48 |
</tr>
|
| 49 |
</table>
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
|
| 54 |
}
|
| 21 |
|
| 22 |
class Magmodules_Feedbackcompany_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
|
| 23 |
|
| 24 |
+
public function render(Varien_Data_Form_Element_Abstract $element) {
|
| 25 |
+
$html = '<div style="background:url(\'http://www.magmodules.eu/_logo.png\') no-repeat scroll 15px center #EAF0EE;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 200px;">
|
| 26 |
<h4>About Magmodules.eu</h4>
|
| 27 |
<p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
|
| 28 |
+
<br />
|
| 29 |
+
<table width="500px" border="0">
|
| 30 |
<tr>
|
| 31 |
+
<td width="58%">View more extensions from us:</td>
|
| 32 |
+
<td width="42%"><a href="http://www.magentocommerce.com/magento-connect/developer/Magmodules" target="_blank">Magento Connect</a></td>
|
| 33 |
</tr>
|
| 34 |
+
<td>Send us an E-mail:
|
| 35 |
+
<td><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
|
|
|
|
| 36 |
</tr>
|
| 37 |
<tr>
|
| 38 |
+
<td height="30">Visit our website:</td>
|
| 39 |
+
<td><a href="http://www.magmodules.eu" target="_blank">www.magmodules.eu</a></td>
|
| 40 |
</tr>
|
| 41 |
<tr>
|
| 42 |
<td> </td>
|
| 43 |
<td> </td>
|
| 44 |
</tr>
|
| 45 |
<tr>
|
| 46 |
+
<td height="30"><strong>Need help?</strong></td>
|
| 47 |
+
<td><strong><a href="http://www.magmodules.eu/help/feedbackcompany" target="_blank">Online manual</a></strong></td>
|
| 48 |
</tr>
|
| 49 |
</table>
|
| 50 |
+
</div>';
|
| 51 |
+
return $html;
|
| 52 |
+
}
|
| 53 |
|
| 54 |
}
|
app/code/local/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php
CHANGED
|
@@ -58,8 +58,6 @@ class Magmodules_Feedbackcompany_Adminhtml_FeedbackreviewsController extends Mag
|
|
| 58 |
}
|
| 59 |
|
| 60 |
public function testapiAction() {
|
| 61 |
-
Mage::getSingleton('adminhtml/session')->addSuccess(Mage::helper('feedbackcompany')->__('TODO: repsonse code van de API', $xml));
|
| 62 |
-
Mage::getSingleton('adminhtml/session')->addError(Mage::helper('feedbackcompany')->__('TODO: repsonse code van de API', $xml));
|
| 63 |
$this->_redirect('adminhtml/system_config/edit/section/feedbackcompany');
|
| 64 |
}
|
| 65 |
|
| 58 |
}
|
| 59 |
|
| 60 |
public function testapiAction() {
|
|
|
|
|
|
|
| 61 |
$this->_redirect('adminhtml/system_config/edit/section/feedbackcompany');
|
| 62 |
}
|
| 63 |
|
app/code/local/Magmodules/Feedbackcompany/etc/adminhtml.xml
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
<action>adminhtml/feedbacklog/</action>
|
| 43 |
</feedbackcompany_log>
|
| 44 |
<feedbackcompany_config module="feedbackcompany">
|
| 45 |
-
<title>
|
| 46 |
<sort_order>120</sort_order>
|
| 47 |
<action>adminhtml/system_config/edit/section/feedbackcompany</action>
|
| 48 |
</feedbackcompany_config>
|
| 42 |
<action>adminhtml/feedbacklog/</action>
|
| 43 |
</feedbackcompany_log>
|
| 44 |
<feedbackcompany_config module="feedbackcompany">
|
| 45 |
+
<title>Config</title>
|
| 46 |
<sort_order>120</sort_order>
|
| 47 |
<action>adminhtml/system_config/edit/section/feedbackcompany</action>
|
| 48 |
</feedbackcompany_config>
|
app/code/local/Magmodules/Feedbackcompany/etc/config.xml
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
<config>
|
| 25 |
<modules>
|
| 26 |
<Magmodules_Feedbackcompany>
|
| 27 |
-
<version>1.0.
|
| 28 |
</Magmodules_Feedbackcompany>
|
| 29 |
</modules>
|
| 30 |
<global>
|
| 24 |
<config>
|
| 25 |
<modules>
|
| 26 |
<Magmodules_Feedbackcompany>
|
| 27 |
+
<version>1.0.2</version>
|
| 28 |
</Magmodules_Feedbackcompany>
|
| 29 |
</modules>
|
| 30 |
<global>
|
app/code/local/Magmodules/Feedbackcompany/etc/system.xml
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
</tabs>
|
| 31 |
<sections>
|
| 32 |
<feedbackcompany translate="label" module="feedbackcompany">
|
| 33 |
-
<label>
|
| 34 |
<tab>magmodules</tab>
|
| 35 |
<frontend_type>text</frontend_type>
|
| 36 |
<sort_order>40</sort_order>
|
|
@@ -53,6 +53,7 @@
|
|
| 53 |
<show_in_website>1</show_in_website>
|
| 54 |
<show_in_store>1</show_in_store>
|
| 55 |
<expanded>1</expanded>
|
|
|
|
| 56 |
<comment>
|
| 57 |
<