Changes

Jump to navigation Jump to search

Custom CSS

217 bytes added, 15:19, 4 December 2019
.dashcontrol .dropdown{display: none !important}
=== Hide a certain colum column in the Departures Table on the DASHBOARD===
.mobiledeparture tr > *:nth-child(X) {display: none;}
.bookgrid_rowroomname{display: none;}
=== Hide a certain colum column in the BOOKINGS Table ===
.pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;}
== Rates Menu ==
=== Hide a certain colum column in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;}
 
== Reports Menu ==
===Hide 'Open in new Window' link===
.pagetypeajaxbookedit.openinnewwindow{display:none;}
 
 
=== Charges & Payments ===
 
====Hide the VAT column====
.pagetypeajaxbookedit .invoicetablevat {display: none;}
Please note: This will not hide the title column (Vat %). See for yourself if you can live with it.
=== Functions and Buttons ===
.pagetypeajaxbookedit #bookingtemplate3button{display:none;}
 
=== Hide Specific Fields ===
Email (under the Email tab)
.pagetypeajaxbookedit .menusetting-guestemail{display:none;}
 
== Miscellaneous ==
770

edits

Navigation menu