CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #29670

Hide certain days in Week View

Added by Thomas Kowtsch over 1 year ago. Updated over 1 year ago.

Status:New Start date:2011-09-11
Priority:Should have Due date:
Assignee:Mario Matzulla % Done:

0%

Category:Calendar Views Spent time: -
Target version:1.6
Votes: 0

Description

Von Tony Lush - 25-5-2011
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
-------------------
#2Von Thomas Kowtsch vor etwa 1 Monat aktualisiert

Zielversion 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), ...

History

Updated by Thomas Kowtsch over 1 year ago

  • Category set to Calendar Views

Also available in: Atom PDF