位置 : Joomla!中文文档库 >
Category_List_Layout_-_Layout_breaks
Category_List_Layout_-_Layout_breaks
Why does Category List Layout show in the wrong format in version 1.5.11?
Due to an error in file components/com_content/views/category/tmpl/default_items.php the class names for the CSS classes "sectiontableentry1" and "sectiontablentry2" are incorrect in the Category List layout. They are incorrectly changed to "sectiontableentry1; ?>" and "sectiontableentry2; ?>". As a result, the detailed lines in the Category List Layout may not be styled correctly.
To correct this issue change on line 68 in this file from:
<tr class="sectiontableentry<?php echo ($item->odd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>; ?>" >
to:
<tr class="sectiontableentry<?php echo ($item->odd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>" >
Sidebar
登录
最近Wiki文档变动
- 网站管理
- Security_Checklist_6_-_Site_Recovery
- Writing_an_ETL_Plugin
- Joomla_Administrators_Security_Checklist
- Security_and_Performance_FAQs
- Security_Checklist_5_-_Site_Administration
- Security_Checklist_4_-_Joomla_Setup
- Security_Checklist_3_-_Testing_and_Development
- Security_Checklist_2_-_Hosting_and_Server_Setup
- Security_Checklist_1_-_Getting_Started
- Category:Security_Checklist
- How_are_templates_executed?
- 如何升級Agora 2.5到3.0版本
- JOOMLA 1.5.11分類列表的CSS佈局不正確解決方案
- Category_List_Layout_-_Layout_breaks
- How_to_Upgrade_from_Agora_2.5_to_3.0
- 如何替换Joomla!标识
- 如何将秘密文件转移至 public_html 之外的目录?
- How_do_you_move_confidential_files_outside_of_public_html%3F
- Plugin Developer Overview

