Opened 17 years ago
Closed 17 years ago
#2 closed defect (fixed)
Schedule view: No default category for CSS
Reported by: | Christian Hennecke | Owned by: | amp4ecs |
---|---|---|---|
Priority: | major | Milestone: | Front end display of presentations |
Component: | FE Presentation list | Version: | |
Keywords: | schedule | Cc: |
Description
The template creates CSS classes for the different categories by appending a number to a predefined string. However, it does not assign a default category for timeslots that haven't been assigned yet. At the moment, those are assigned the category 1, too. This should get a different number, e.g., zero. Or better, a string "default" or "empty".
Change History (2)
comment:1 by , 17 years ago
Milestone: | → Front end display of presentations |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed with version 0.1.1 Empty slots are now assigned to category 0. Time slots with no sessions assigned are assigned to category 0.