Feature #2095
Hide certain days in Week View
| Status: | New | Start: | 05/25/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Frontend Output | |||
| Target version: | 1.6.0 |
Description
Being able to show weekdays only in the Week view would be helpful. Perhaps this can be done as it is with the Month view, where each TD and TH is assigned a distinct style. In the month view the style .cal_dayX is applied to each, so Saturdays and Sundays can be hidden with:
/* Hide Saturday and Sunday */
th.cal_day0, th.cal_day1, td.cal_day0, td.cal_day6 {
display:none;
}
(Note: in the current system in Month view, TH and TD are numbered differently.)
Thank you -- Tony Lush
History
Updated by Thomas Kowtsch 8 months ago
- Category set to Frontend Output
- Assigned to set to Mario Matzulla
- Target version set to 1.4.2
Updated by Thomas Kowtsch 6 months ago
- Target version changed from 1.4.2 to 1.6.0
moving this initially to a version past v1.5 as it is a major enhancement - the new standard layouts do not have these classes anymore, the impact on table layout needs to be investigated (->colspan), ...