Closed (fixed)
Project:
Office Hours
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 09:57 UTC
Updated:
20 Apr 2012 at 16:21 UTC
In theme_office_hours_multiple_values() there is a hardcoded colspan => 1 in the header definition. However, when one selects "Display the "Add more hours" link" one the field the link is outputted in an extra column and then the header doesn't span the whole table anymore. It still displays kind of correctly in most browsers except IE.
The colspan value should be dependent on the options chosen for the field.
| Comment | File | Size | Author |
|---|---|---|---|
| office-hours-colspan-1.png | 9.21 KB | jax |
Comments
Comment #1
johnvI am not sure what you mean. Both images seems to be equal. Do you have the same experience with latest version?
Comment #2
johnvOK, I found the subtle difference between the two examples.
committed with c955779
Thankx,