Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
Line 98: Line 98:
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 .btn-danger{
.pagetypeajaxbookedit .b24btn_Delete{{
display: none
display: none
}
}