Exemple #1
0
 protected function _prepareColumns()
 {
     $this->addColumn('theme_id', array('header' => Mage::helper('ves_tempcp')->__('Theme_Id'), 'width' => '50px', 'index' => 'theme_id'));
     $this->addColumn('group', array('header' => Mage::helper('ves_tempcp')->__('Group'), 'width' => '50px', 'index' => 'group'));
     $this->addColumn('params', array('header' => Mage::helper('ves_tempcp')->__('Params'), 'width' => '50px', 'index' => 'params'));
     $this->addColumn('creation_time', array('header' => Mage::helper('ves_tempcp')->__('Creation_Time'), 'width' => '50px', 'index' => 'creation_time'));
     $this->addColumn('update_time', array('header' => Mage::helper('ves_tempcp')->__('Update_Time'), 'width' => '50px', 'index' => 'update_time'));
     $this->addColumn('is_default', array('header' => Mage::helper('ves_tempcp')->__('Is_Default'), 'width' => '50px', 'index' => 'is_default'));
     $this->addColumn('stores', array('header' => Mage::helper('cms')->__('Stores'), 'index' => 'stores'));
     $this->addExportType('*/*/exportCsv', Mage::helper('ves_tempcp')->__('CSV'));
     return parent::_prepareColumns();
 }
Exemple #2
0
 /**
  */
 protected function _prepareColumns()
 {
     $this->addColumn('store_id', array('header' => Mage::helper('ves_tempcp')->__('Store_Id'), 'width' => '50px', 'index' => 'store_id'));
     $this->addColumn('code', array('header' => Mage::helper('ves_tempcp')->__('Code'), 'width' => '50px', 'index' => 'code'));
     $this->addColumn('website_id', array('header' => Mage::helper('ves_tempcp')->__('Website_id'), 'width' => '50px', 'index' => 'website_id'));
     $this->addColumn('group_id', array('header' => Mage::helper('ves_tempcp')->__('Group_Id'), 'width' => '50px', 'index' => 'group_id'));
     $this->addColumn('name', array('header' => Mage::helper('ves_tempcp')->__('Name'), 'width' => '50px', 'index' => 'name'));
     $this->addColumn('sort_order', array('header' => Mage::helper('ves_tempcp')->__('Sort_Order'), 'width' => '50px', 'index' => 'sort_order'));
     $this->addColumn('is_active', array('header' => Mage::helper('ves_tempcp')->__('Is_Active'), 'width' => '50px', 'index' => 'is_active'));
     $this->addExportType('*/*/exportCsv', Mage::helper('ves_tempcp')->__('CSV'));
     return parent::_prepareColumns();
 }
Exemple #3
0
 /**
  */
 protected function _prepareColumns()
 {
     $this->addColumn('block_id', array('header' => Mage::helper('ves_tempcp')->__('Block_Id'), 'width' => '50px', 'index' => 'block_id'));
     $this->addColumn('title', array('header' => Mage::helper('ves_tempcp')->__('Title'), 'width' => '50px', 'index' => 'title'));
     $this->addColumn('content', array('header' => Mage::helper('ves_tempcp')->__('Content'), 'width' => '50px', 'index' => 'content', 'frame_callback' => array($this, 'entityDecode')));
     $this->addColumn('identifier', array('header' => Mage::helper('ves_tempcp')->__('Identifier'), 'width' => '50px', 'index' => 'identifier'));
     $this->addColumn('creation_time', array('header' => Mage::helper('ves_tempcp')->__('Creation_Time'), 'width' => '50px', 'index' => 'creation_time'));
     $this->addColumn('update_time', array('header' => Mage::helper('ves_tempcp')->__('Update_Time'), 'width' => '50px', 'index' => 'update_time'));
     $this->addColumn('is_active', array('header' => Mage::helper('ves_tempcp')->__('Is_Active'), 'width' => '50px', 'index' => 'is_active'));
     $this->addColumn('stores', array('header' => Mage::helper('cms')->__('Stores'), 'index' => 'stores'));
     $this->addExportType('*/*/exportCsv', Mage::helper('ves_tempcp')->__('CSV'));
     return parent::_prepareColumns();
 }
Exemple #4
0
 protected function _prepareColumns()
 {
     $this->addColumn('page_id', array('header' => Mage::helper('ves_tempcp')->__('Page_Id'), 'width' => '50px', 'index' => 'page_id'));
     $this->addColumn('title', array('header' => Mage::helper('ves_tempcp')->__('Title'), 'width' => '50px', 'index' => 'title'));
     $this->addColumn('root_template', array('header' => Mage::helper('ves_tempcp')->__('Root_Template'), 'width' => '50px', 'index' => 'root_template'));
     $this->addColumn('meta_keywords', array('header' => Mage::helper('ves_tempcp')->__('Meta_Keywords'), 'width' => '50px', 'index' => 'meta_keywords'));
     $this->addColumn('meta_description', array('header' => Mage::helper('ves_tempcp')->__('Meta_Description'), 'width' => '50px', 'index' => 'meta_description'));
     $this->addColumn('identifier', array('header' => Mage::helper('ves_tempcp')->__('Identifier'), 'width' => '50px', 'index' => 'identifier'));
     $this->addColumn('content_heading', array('header' => Mage::helper('ves_tempcp')->__('Content_Heading'), 'width' => '50px', 'index' => 'content_heading', 'frame_callback' => array($this, 'entityDecode')));
     $this->addColumn('content', array('header' => Mage::helper('ves_tempcp')->__('Content'), 'width' => '50px', 'index' => 'content', 'frame_callback' => array($this, 'entityDecode')));
     $this->addColumn('creation_time', array('header' => Mage::helper('ves_tempcp')->__('Creation_Time'), 'width' => '50px', 'index' => 'creation_time'));
     $this->addColumn('update_time', array('header' => Mage::helper('ves_tempcp')->__('Update_Time'), 'width' => '50px', 'index' => 'update_time'));
     $this->addColumn('is_active', array('header' => Mage::helper('ves_tempcp')->__('Is_Active'), 'width' => '50px', 'index' => 'is_active'));
     $this->addColumn('sort_order', array('header' => Mage::helper('ves_tempcp')->__('Sort_Order'), 'width' => '50px', 'index' => 'sort_order'));
     $this->addColumn('layout_update_xml', array('header' => Mage::helper('ves_tempcp')->__('Layout_Update_XML'), 'width' => '50px', 'index' => 'layout_update_xml', 'frame_callback' => array($this, 'entityDecode')));
     $this->addColumn('custom_theme', array('header' => Mage::helper('ves_tempcp')->__('Custom_Theme'), 'width' => '50px', 'index' => 'custom_theme'));
     $this->addColumn('custom_root_template', array('header' => Mage::helper('ves_tempcp')->__('Custom_Root_Template'), 'width' => '50px', 'index' => 'custom_root_template'));
     $this->addColumn('custom_layout_update_xml', array('header' => Mage::helper('ves_tempcp')->__('Custom_Layout_Update_XML'), 'width' => '50px', 'index' => 'custom_layout_update_xml'));
     $this->addColumn('custom_theme_from', array('header' => Mage::helper('ves_tempcp')->__('Custom_Theme_From'), 'width' => '50px', 'index' => 'custom_theme_from'));
     $this->addColumn('custom_theme_to', array('header' => Mage::helper('ves_tempcp')->__('Custom_Theme_To'), 'width' => '50px', 'index' => 'custom_theme_to'));
     $this->addColumn('stores', array('header' => Mage::helper('cms')->__('Stores'), 'index' => 'stores'));
     $this->addExportType('*/*/exportCsv', Mage::helper('ves_tempcp')->__('CSV'));
     return parent::_prepareColumns();
 }