Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
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.  




If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account:
===== 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}


.pagetypeajaxbookedit .b24btn_Delete {
display: none
}


===== Hide the 'Add Booking' button in the booking popup =====


If you want to hide the "Add Booking" button for the sub account add the following code in the "Control panel custom CSS" for the sub account:
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
}