"Print this photo with" does not display any optio

naft11

Joined: 2004-10-28
Posts: 10
Posted: Sun, 2004-11-28 18:31

Hi - the "print this photo with" is not working properly. When you choose the drop down list, you can't see any of the choices unless you bring your cursor directly over it. Anyone know why? Here is an example:
http://www.rothmanfam.com/gallery/esther2/104_0425
Please help out.

Thanks.
----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Sun, 2004-11-28 18:53

hi,

its a problem with the skin.

the color for admin texts is white.
and its also used in this dropdown menu.

so there is white on white.

Jens

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Sun, 2004-11-28 18:58

fix:

open view_phozo.php
find:

if ($numServices > 1) {
                        $selectCommand = '<select name="print_services" class="admin" onChange="doPrintService()">';

change class to "adminform"

Jens