Multiline room names
Brought to you by:
jberanek
Hey, I need to have multi-line room names so I can add some extra info to the room name without it expanding the booking grid off the screen. Basically, I want my names too look like:
[Room Name]
[Room Capacity]
[Room Telephone]
Currently, the MRBS has a field for capacity, and we've actually been using that for the telephone extension. Now with COVID we need both a capacity and telephone/extension and it would be much cleaner to simply enter all this info into a multi-line room name.
Maybe setting this in the config might solve this already?
$auth['allow_custom_html'] = true;
Unfortunately not. I think barius wants multi-line room names to appear on the calendar views, whereas the custom HTML just appears on the Rooms page. However I think having a multi-line roiom name is going to be a bit tricky. For example, what would you expect to see in the select elements?
I think the easiest thing to do is to modify the function room_cell_html() in functions_table.inc.