Hi!
How I show end_time at search page? I show room_name but end_time shows the same that start_time. And now table is bigger than space so I need to move it with horizontal bar. Any idea to fix both things?
Thanks Magotas
Which version of MRBS are you using? It sounds like you have modified the code to add the end_time. What changes have you made?
Another solution would just be to use Report instead, which is really just an advanced search.
Hi Campbell!
Thanks!
My version is MRBS 1.5.0.
I have modified search.php.
I added $values[] = htmlspecialchars($row['room_name']); at output_row function and echo "" . get_vocab("room") . "\n"; at the end.
I get room name usign that but I tried to do the same with end_time but it dosen't work.
I saw report. I'll chek it, thanks!
Which version of MRBS are you using? It sounds like you have modified the code to add the end_time. What changes have you made?
Another solution would just be to use Report instead, which is really just an advanced search.
Hi Campbell!
Thanks!
My version is MRBS 1.5.0.
I have modified search.php.
I added $values[] = htmlspecialchars($row['room_name']); at output_row function and echo "" . get_vocab("room") . "\n"; at the end.
I get room name usign that but I tried to do the same with end_time but it dosen't work.
I saw report. I'll chek it, thanks!