Wednesday, September 08, 2010

JasperServer - ปิด Refine filters ออกจากแถบค้นหา (search box) ด้านซ้ายหน้าจอ

1. แก้ไขไฟล์ WEB0INF/applicationContext-search.xml หรือ WEB0INF/applicationContext-search-pro.xml:

เดิม:
แก้เป็น:

2. เปิดไฟล์ stylesheets/search.css ค้นหาคำว่า #filtersTable
เดิม:
#filtersTable {
width:100%;
border-top:none !important;
}

แก้เป็น:
#filtersTable {
width:100%;
border-top:none !important;
display:none;
}

No comments: