phpScheduleIt
June 19, 2013, 11:31:25 AM *
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: Monthly Calendar Pop-up problem  (Read 3353 times)
co
Newbie
*

Karma: 0
Posts: 6


« on: July 12, 2006, 12:02:34 PM »

For some reason the 'View Monthly Calendar' pop-up renders incorrectly in IE resulting in the month selection area at the bottom of the calendar to drop lower than what can be accommodated by the size of the window and thus seemingly disappearing. The window is the same size as in FireFox where there is much less space between the calendar and the navigation aids, which suggests to me that IE is causing too much space to appear between the calendar table and the navigation form.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #1 on: July 12, 2006, 03:41:32 PM »

This window should be resizable, so you can still get to the pull down, right?  I'll have to take a closer look at the rendering differences in IE.  Thanks.
Logged
co
Newbie
*

Karma: 0
Posts: 6


« Reply #2 on: July 14, 2006, 09:32:51 AM »

Yes. Resizing the window is possible and gives access to the naviational elements, but this remedy is not immediately obvious to the novice user (and is somewhat inconvenient for others).
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #3 on: July 14, 2006, 09:50:23 AM »

An easy fix is to change line 373 of templates/schedule.template.php to:

Code:
<h5 align="center"><?php $link->doLink&#40;"javascript&#58; window.open&#40;'popCalendar.php?$scheduleid','calendar','width=260,height=300,scrollbars=no,location=no,menubar=no,toolbar=no,resizable=yes'&#41;; void&#40;0&#41;;", translate&#40;'View Monthly Calendar'&#41;, '', '', translate&#40;'Open up a navigational calendar'&#41;&#41;?></h5>


You can mess around with the height attribute until it looks good.
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!