phpScheduleIt
June 19, 2013, 11:25:38 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Booking Grid  (Read 753 times)
swu
Newbie
*

Karma: 0
Posts: 16


« on: January 09, 2009, 04:25:43 PM »

Just upgraded to 1.2.10 and all looks good except my Booking page. The grid for resource/date is solid dark blue when there are no reservations. I used my config.php file from my 1.2.3 install. When you make a reservation, it does use the appropriate reservation color.

All other pages look fine. How do I adjust the color of the Booking grid so the background is white with the grid in place?

Thx!
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #1 on: January 12, 2009, 01:51:37 PM »

Can you post the following section from your config file?  This changed slightly from 1.2.3.

Code:
$conf['ui']['my_res'][]         = array ('color' => '5E7FB1', 'hover' => '799DD3', 'text' => 'FFFFFF');
$conf['ui']['other_res'][]      = array ('color' => 'D2DDEC', 'hover' => 'AFBED3', 'text' => 'FFFFFF');
$conf['ui']['my_past_res'][]    = array ('color' => 'A0A1A1', 'hover' => '6F7070', 'text' => 'FFFFFF');
$conf['ui']['other_past_res'][] = array ('color' => 'CFCFCF', 'hover' => 'ABABAB', 'text' => 'FFFFFF');
$conf['ui']['pending'][]        = array ('color' => 'E4DC04', 'hover' => 'F7F386', 'text' => 'FFFFFF');
$conf['ui']['blackout'][]       = array ('color' => '6F292D', 'hover' => '99353A', 'text' => 'FFFFFF');
Logged
ikeigenwijs
Jr. Member
**

Karma: 0
Posts: 63


« Reply #2 on: January 23, 2009, 09:01:09 AM »

I have the same problem, upgrade from2.8  to 2.10

everything dark blue, wehen no reservations, i can see the reservations fine.

config fille from 2.8

its urgent
thx
bart.verheyde@ugent.be
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #3 on: January 23, 2009, 02:22:24 PM »

Just make sure that the $conf['ui'] sections of the config look exactly like what is posted above.  I'm guessing that the trailing [] is missing.

For example, it should be

Code:
$conf['ui']['my_res'][]

not

Code:
$conf['ui']['my_res']
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!