LibCal Custom Formatting - ucsf-ckm/ucsf-library-ux-and-web-documentation GitHub Wiki
Background: Custom formatting for LibCal to improve the user experience.
Contents:
Landing page
CSS applied to Admin > Look and Feel > Code Customizations that adds staff title to LibCal landing page in Book a Consultation dropdown.
#s-lc-content-mysched-000000000:after {
content: ' - title of staff member';
}
For the 9-digit id number (shown above as 000000000
), right click the expert's name from the LibCal landing page and select Inspect Element and copy/paste in their unique number.
Language options
Instructions for overriding language for certain buttons, headings, and error messages so we can remove confusing language like Add to Cart. Springshare documentation here.
You can find these settings by heading to Admin > System Settings > Language Options (tab) > Custom Language. Simply enter the text you want to replace the default text with and save your changes.
The following labels were changed under Equipment & Spaces after receiving specific feedback from library stakeholders from the 2019 Springshare Satisfaction Survey.
- in cart > reserved
- Add to Cart > Add Item
- Add to Car & Checkout > Submit Reservation
- Checkout > Submit Reservation
- Equipment Checkout > Equipment Reservation
- Booking Details > Reservation Details
- Add Another Booking > Add Another Item
- Fill out this form to complete the booking. > Fill out this form to complete your reservation
- Submit my Booking > Submit
- Create a shopping cart with these space bookings, and go to equipment booking page to add more items to the cart. > Create a reservation with these space bookings and go to the equipment reservation page to add more items.