Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
| Line 179: | Line 179: | ||
</i> | </i> | ||
==== Hide certain functions ==== | |||
===== Hide the 'Show' options in the Calendar ===== | |||
If you want to hide the 'Show' options from some of the ROLES in the Calendar, change the sub-account to the role "Admin" then log into the account, go to the CALENDAR and click on "Show". Then deselect all bits you do not want to show. Then go back ROLE and change back to the appropriate ROLE. | If you want to hide the 'Show' options from some of the ROLES in the Calendar, change the sub-account to the role "Admin" then log into the account, go to the CALENDAR and click on "Show". Then deselect all bits you do not want to show. Then go back ROLE and change back to the appropriate ROLE. | ||
===== Hide the 'Delete' button in the booking popup ===== | |||
Go to SUB ACCOUNTS and add the following code in the field "Control panel custom CSS" for the sub account: | |||
.pagetypeajaxbookedit .b24btn_Delete{display: none} | |||
===== Hide the 'Add Booking' button in the booking popup ===== | |||
Go to SUB ACCOUNTS and add the following code in the field "Control panel custom CSS" for the sub account: | |||
.icon-suitcase, .b24btn_AddBooking{ | .icon-suitcase, .b24btn_AddBooking{display: none} | ||
display: none | |||
} | |||