phpScheduleIt
May 21, 2013, 05:21:15 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: IE7 & accessaries tab  (Read 5609 times)
jsnow
Newbie
*

Karma: 0
Posts: 8


« on: November 06, 2006, 12:42:10 PM »

We have been using v1.1.3 and finally upgraded to v1.2.4 we have found that when using IE 7 (we are testing on 2 machines) when we make a reservation and click on the "accessaries" tab it is blank. The accessaries show fine in Firefox and IE6. Has anyone else seen this is there a fix for it or is it a configuration problem here?

The changes in 1.2.4 were great by the way.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #1 on: November 07, 2006, 09:42:25 AM »

I haven't tested on IE7 yet, but I will as soon as possible.  That sounds like a big deal.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #2 on: November 13, 2006, 10:17:38 AM »

This is a problem with the XHTML syntax that I use and IE7's lack of support for XHTML.  To fix this, replace lines 52 - 56 with the following:

Code:
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<html  lang="<?php echo $languages[$lang&#93;[2&#93;?>">
Logged
jsnow
Newbie
*

Karma: 0
Posts: 8


« Reply #3 on: November 13, 2006, 01:12:55 PM »

Could you tell me which file to replace lines 52-56 in?
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #4 on: November 14, 2006, 09:36:47 AM »

Whoops..  /lib/Template.class.php
Logged
jsnow
Newbie
*

Karma: 0
Posts: 8


« Reply #5 on: November 15, 2006, 08:19:57 AM »

I replaced the code and that did not chagne anything sorry
Logged
acceleration
Newbie
*

Karma: 0
Posts: 3


« Reply #6 on: December 13, 2006, 01:14:30 PM »

I also having this problem. Replacing the code is not working, is there any other way to fix it?
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #7 on: December 14, 2006, 09:50:08 AM »

A couple more bugs were found that I am fixing now.  I'll have the patched version out this weekend.

In the meantime, I'll post the entire fixed Template.class.php file here tonight.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #8 on: December 14, 2006, 11:10:11 PM »

Ok, new fix..

Change line 515 in functions.js to:

Code:
div_to_display.style.display = isIE() ? "block" : "table";
Logged
jsnow
Newbie
*

Karma: 0
Posts: 8


« Reply #9 on: December 15, 2006, 08:07:01 AM »

That did it thanks!
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!