0
A
回答
0
你可能有問題 「/app/code/core/Mage/Adminhtml/Block/Sitemap/Grid.php」。所以檢查文件。這裏是Grid.php的代碼
class Mage_Adminhtml_Block_Sitemap_Grid extends Mage_Adminhtml_Block_Widget_Grid
{
public function __construct()
{
parent::__construct();
$this->setId('sitemapGrid');
$this->setDefaultSort('sitemap_id');
}
protected function _prepareCollection()
{
$collection = Mage::getModel('sitemap/sitemap')->getCollection();
/* @var $collection Mage_Sitemap_Model_Mysql4_Sitemap_Collection */
$this->setCollection($collection);
return parent::_prepareCollection();
}
protected function _prepareColumns()
{
$this->addColumn('sitemap_id', array(
'header' => Mage::helper('sitemap')->__('ID'),
'width' => '50px',
'index' => 'sitemap_id'
));
$this->addColumn('sitemap_filename', array(
'header' => Mage::helper('sitemap')->__('Filename'),
'index' => 'sitemap_filename'
));
$this->addColumn('sitemap_path', array(
'header' => Mage::helper('sitemap')->__('Path'),
'index' => 'sitemap_path'
));
$this->addColumn('link', array(
'header' => Mage::helper('sitemap')->__('Link for Google'),
'index' => 'concat(sitemap_path, sitemap_filename)',
'renderer' => 'adminhtml/sitemap_grid_renderer_link',
));
$this->addColumn('sitemap_time', array(
'header' => Mage::helper('sitemap')->__('Last Time Generated'),
'width' => '150px',
'index' => 'sitemap_time',
'type' => 'datetime',
));
if (!Mage::app()->isSingleStoreMode()) {
$this->addColumn('store_id', array(
'header' => Mage::helper('sitemap')->__('Store View'),
'index' => 'store_id',
'type' => 'store',
));
}
$this->addColumn('action', array(
'header' => Mage::helper('sitemap')->__('Action'),
'filter' => false,
'sortable' => false,
'width' => '100',
'renderer' => 'adminhtml/sitemap_grid_renderer_action'
));
return parent::_prepareColumns();
}
/**
* Row click url
*
* @return string
*/
public function getRowUrl($row)
{
return $this->getUrl('*/*/edit', array('sitemap_id' => $row->getId()));
}
}
相關問題
- 1. 谷歌網站地圖
- 2. 谷歌地圖與網站
- 3. magento谷歌網站地圖默認爲不正確的網址
- 4. 谷歌地圖不顯示細節
- 5. Magento谷歌網站地圖 - 產品類別路徑網址
- 6. 谷歌地圖嵌入網站加載谷歌頁面,而不是地圖
- 7. Embeding谷歌地圖的網站
- 8. Umbraco的谷歌網站地圖錯誤
- 9. 谷歌地圖上的客戶網站
- 10. Magento訂單 - >谷歌網站地圖...因爲最近一個空白頁面?
- 11. 谷歌地圖網站集羣標記
- 12. 音樂網站谷歌地圖
- 13. 谷歌網站地圖和.NET 1.1
- 14. 谷歌迷你忽略網站地圖
- 15. 谷歌地圖HTML響應網站
- 16. Symfony 2網站地圖谷歌
- 17. opencart谷歌網站地圖vqmod錯誤
- 18. 提交谷歌XML網站地圖
- 19. 嵌入谷歌地圖網站
- 20. 添加地圖從谷歌到網站
- 21. 谷歌地圖整合到網站
- 22. 在網站中的鬆散文件夾
- 23. 谷歌網站字體谷歌網站
- 24. 谷歌地圖 - 使用網站上的地址顯示地圖
- 25. 谷歌網站管理員不接受我的網站地圖
- 26. 當谷歌網站地圖首次上傳時,會影響網站的谷歌頁面排名嗎?
- 27. 在谷歌地圖中縮小時抑制隱藏細節
- 28. 谷歌網站地圖索引 - 網站地圖的位置與參數
- 29. 谷歌地圖在Magento不顯示
- 30. 谷歌網站管理員工具:網站地圖不索引?