meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

custom email and Layout #1316

Open jberanek opened 10 years ago

jberanek commented 10 years ago

Dear Developer Team

is this possible to add custom email field in booking form to send email to the concerned person.

I also want to center align my booking in week view instead of left(default)

thanks Harendra Kumar

Reported by: *anonymous

Original Ticket: mrbs/support-requests/582

jberanek commented 10 years ago

On the first question see https://sourceforge.net/p/mrbs/support-requests/186/, though the code has changed a bit since then, so you'll need to adapt it.

Original comment by: campbell-m

jberanek commented 10 years ago

On the second question, assuming you are using MRBS 1.4.11, add a custom css file (see systemdefaults.inc.php on how to do it) containing the rule

.dwm_main td {
  text-align: center;
}

Campbell

Original comment by: campbell-m

jberanek commented 10 years ago

thanks buddy..sorry for late reply

Original comment by: *anonymous

jberanek commented 10 years ago

i add custom email field in entry page but email is not sending to that booker. pl help

Original comment by: *anonymous

jberanek commented 10 years ago

https://sourceforge.net/p/mrbs/support-requests/186 has just been updated (possibly by you!)

Original comment by: campbell-m