Version Notes
NOTE: Please download the Latest release 1.3.1 from Releases section!
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Banners |
| Version | 1.3.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.1 to 1.3.2
app/code/local/Mage/Banners/controllers/Adminhtml/BannersController.php
CHANGED
|
@@ -15,6 +15,19 @@ class Mage_Banners_Adminhtml_BannersController extends Mage_Adminhtml_Controller
|
|
| 15 |
$this->_initAction()
|
| 16 |
->renderLayout();
|
| 17 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
public function editAction() {
|
| 20 |
$id = $this->getRequest()->getParam('id');
|
| 15 |
$this->_initAction()
|
| 16 |
->renderLayout();
|
| 17 |
}
|
| 18 |
+
|
| 19 |
+
/**
|
| 20 |
+
* Get categories fieldset block
|
| 21 |
+
*
|
| 22 |
+
*/
|
| 23 |
+
public function categoriesAction()
|
| 24 |
+
{
|
| 25 |
+
$this->_initProduct();
|
| 26 |
+
|
| 27 |
+
$this->getResponse()->setBody(
|
| 28 |
+
$this->getLayout()->createBlock('adminhtml/catalog_product_edit_tab_categories')->toHtml()
|
| 29 |
+
);
|
| 30 |
+
}
|
| 31 |
|
| 32 |
public function editAction() {
|
| 33 |
$id = $this->getRequest()->getParam('id');
|
media/Banners/images/Thumbs.db
CHANGED
|
Binary file
|
