Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 100: Line 100:
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:


.pagetypeajaxbookedit .b24btn_Delete{{
.pagetypeajaxbookedit .b24btn_Delete {
display: none
display: none
}
}