Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 84: | Line 84: | ||
*To hide menu pages click on SUB ACCOUNTS and enter the names of the pages you want to hide in "Hide menu pages". The context help gives a detailed explanation. EXAMPLE: To hide all channel manager pages you need to enter: synchroniser, to hide all settings enter: settings. | *To hide menu pages click on SUB ACCOUNTS and enter the names of the pages you want to hide in "Hide menu pages". The context help gives a detailed explanation. EXAMPLE: To hide all channel manager pages you need to enter: synchroniser, to hide all settings enter: settings. | ||
*If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting. | *If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting. | ||
If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account: | |||
.pagetypeajaxbookedit .btn-danger{ | |||
display: none | |||
} | |||
== Set Sub Account to send Email from their own Email Address == | == Set Sub Account to send Email from their own Email Address == | ||