Changes

Jump to navigation Jump to search

Custom CSS

132 bytes added, 10:05, 16 August 2019
=== Hide a certain colum in the BOOKINGS Table ===
.pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;}
 
Example:
.pagetypebookingslist .bookingtable tr > *:nth-child(1) {display: none;}
will hide the first column which is 'Number'.
=== Hide cancelled bookings in the BOOKINGS Table ===
770

edits

Navigation menu