Requested by: Jamie Edwards
Status: Completed
Requires a new CMS Component?: No
Requires New Functionality?: Yes
Estimated Completion Date: Completed - Feb 2019
Description
If a faculty or school doesnt have any grad students, we should be able to hide the Graduate Student button, or any other buttons.
Completion Notes:
Individual buttons can now be hidden using a few lines of CSS. For example, the following CSS code will hide the Graduate Studies button:
.grad-btn { display: none; }
This code can be added by the Web Services team to any site running the OKCMS directory.
Ticket Number: N/A
Media (Screenshots, etc.)
No media uploaded...