phpScheduleIt
May 22, 2013, 02:11:08 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: phpScheduleIt 2.4.2 has been released!
Home
Help
Login
Register
phpScheduleIt
>
Bugs
>
phpScheduleIt 1.2.x
>
IE7 & accessaries tab
Pages: [
1
]
« previous
next »
Print
Author
Topic: IE7 & accessaries tab (Read 5610 times)
jsnow
Newbie
Karma: 0
Posts: 8
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
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]
?>
">
Logged
jsnow
Newbie
Karma: 0
Posts: 8
which file?
«
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
IE7 & accessaries tab
«
Reply #4 on:
November 14, 2006, 09:36:47 AM »
Whoops.. /lib/Template.class.php
Logged
jsnow
Newbie
Karma: 0
Posts: 8
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
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
IE7 & accessaries tab
«
Reply #9 on:
December 15, 2006, 08:07:01 AM »
That did it thanks!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Open Discussion
=> Donations
-----------------------------
Help and Support
-----------------------------
=> phpScheduleIt 2.x
=> EspaƱol
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
=> New Features and Suggestions
=> Developers
-----------------------------
Bugs
-----------------------------
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
-----------------------------
Modifications
-----------------------------
=> Post Modifications
=> Request Modification
-----------------------------
Development
-----------------------------
=> phpScheduleIt 2.0
-----------------------------
Off-Topic
-----------------------------
=> Non-phpScheduleIt Discussion
Loading...