FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Change color in Floor Plan in Line and Text (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Change color in Floor Plan in Line and Text
#884
Mauricio (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Change color in Floor Plan in Line and Text 1 Year, 9 Months ago Karma: 0  
Good day Mark, sour their invaluable help, again ask for your support.

We make the following changes.

1. The Floor Plan / List of Reservations
wish to change the background color (background line and color of text)
in the Internet Explorer browser is blank and Mozila appears in red, we would like to standardize this.

2.Deseamos switch the report to Excel.
how we can change that generates the report as a single page excel
if we select April 1 to April 30 show in one page in this report and various internal pages.

thanking them for their valuable assistance
and waiting for your prompt response.

atte.
Mauricio
 
Logged Logged  
  The administrator has disabled public write access.
#888
fabrizim (Admin)
Administrator
Posts: 271
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Lowell, MA Birthdate: 1980-08-14
Re:Change color in Floor Plan in Line and Text 1 Year, 9 Months ago Karma: 7  
Hi-

The background color can be handled with CSS - you would need to add a rule to your templates stylesheet for the elements that need their background changed. You could add something like to this to try and change the background on the whole area:
Code:

#tb-mainarea{ background-color: #fff; }


In order to get the Excel reports on a single page, you will need to modify the code for the specific report. Check components/com_tableboss/classes/tableboss/report/type/reservations.php.

Best Regards-
Mark
 
Logged Logged  
  The administrator has disabled public write access.
Go to top