meeting-room-booking-system / mrbs-code

MRBS application code
Other
127 stars 63 forks source link

Entry Tables #1550

Open jberanek opened 9 years ago

jberanek commented 9 years ago

Hello,

I recently entered new fields in the entry and repeat tables called meeting_admin. My problem is that on the actual meeting room booking form, it says the same thing: meeting_admin. Is there any way I can change it so that it says: "Meeting Admin" with spaces and proper capitalization?

Thank you!

Reported by: *anonymous

Original Ticket: mrbs/support-requests/825

jberanek commented 9 years ago

Campbell will undoubtably me correct me if I'm wrong, but if you want to specify the English translation of the database field, you'd put the following in config.inc.php:

:::php
$vocab_override['en']['entry.meeting_admin'] = 'Meeting Admin';

Original comment by: jberanek

jberanek commented 9 years ago

Thank you so much!

Original comment by: *anonymous

jberanek commented 9 years ago

How would I be able to change "Full description: (Number of people, Internal/External etc.)" in the form to just, "Full description"?

Original comment by: *anonymous