6.0.0-beta1
9/24/25

[#4309] Goto Popup
Summary Goto Popup
Queue Kronolith
Queue Version 2.1.2
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester webmgr (at) muskingum (dot) edu
Created 08/17/2006 (6978 days ago)
Due
Updated 08/18/2006 (6977 days ago)
Assigned
Resolved 08/18/2006 (6977 days ago)
Milestone
Patch No

History
08/18/2006 11:14:09 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
08/17/2006 08:47:49 PM webmgr (at) muskingum (dot) edu Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Goto Popup
Queue ⇒ Kronolith
Reply to this comment
I've noticed that the Goto popup doesn't popup near the goto button... 
a solution is:



In "kronolith/templates/common-header.inc"

Change:

<div id="kgoto" class="headerbox" 
style="position:absolute;display:none;left:50px;top:50px;padding:0;z-index:1"></div>



To:

<div id="kgoto" class="headerbox" 
style="position:absolute;display:none;left:100px;top:50px;padding:0;z-index:1"></div>



This moves the Goto popup window directly below the Goto button 
instead of off in its own world. (The difference being the left:100px 
instead of left:50px).

Saved Queries