Opened 18 years ago
Closed 18 years ago
#9 closed defect (fixed)
width of room cols in timetable are set to 10% width hardcoded
| Reported by: | cla | Owned by: | amp4ecs | 
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | FE Time slot list | Version: | |
| Keywords: | Cc: | 
Description
must be replaced by a computet value
Possible option: add generated CSS content to file Hint: adding witdh="10%" to template did not work
  Note:
 See   TracTickets
 for help on using tickets.
    

Fixed in version 0.1.8
When the width of the time column is set via TypoScript then an additional marker ###COLUMNWIDTH### is replaced for all columns with the width of the actual column. More details are found in the manual.
TypoScript setting:
plugin.tx_wseevents_pi1.listTimeslotView.timeColWidth = 10
The value is given in percent.