Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
| Line 133: | Line 133: | ||
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: | If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account: | ||
| Line 152: | Line 153: | ||
.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2) { | .pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2) { | ||
display:none; } | display:none; } | ||
this will hide booking template 2. | this will hide booking template 2. | ||