| View previous topic :: View next topic |
| Author |
Message |
Guest
Joined: 30 Jan 2007 Posts: 18
|
Posted: Feb 06, 2007 10:26 am Post subject: XUpload PRO 2.4 in xmode 2, and Opera V 9.10 |
|
|
I'm not sure if I've hacked the code to much, or if it's a XUpload problem, but for some reason (my) XUpload (in xmode 2) is not showing the [Stop Upload] button in Opera V9.10 (not sure if this is also a problem in olders Opera versions)
It's showing fine in IE6 and 7
Is this a XUpload bug, or did I hack the code a bit to much? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Feb 06, 2007 1:50 pm Post subject: |
|
|
| Thanks for reporting the problem! I'm not sured why this problem happens in Opera but adding "<br><br><br>" after Stop Upload button in default.html template helped. |
|
| Back to top |
|
 |
Guest
Joined: 30 Jan 2007 Posts: 18
|
Posted: Feb 06, 2007 2:08 pm Post subject: |
|
|
Do you know the one when using the xmode 2 ?
(default.html, hitech.html, pro1.html, pro2.html or simple.html)
Also.. Should the <br>'s be after the | Code: | | <input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn"> | that is in the cgi-bin/Templates? |
|
| Back to top |
|
 |
Guest
Joined: 30 Jan 2007 Posts: 18
|
Posted: Feb 06, 2007 2:20 pm Post subject: |
|
|
Nevermind..
I only needed to add on <br> to (I think two of the files in the Template dir)
The two files did not have a <br> at all after the | Code: | | <input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn"> |
Adding the <br> did fix the problem.
Thank you |
|
| Back to top |
|
 |
|