Hi all, Iam not sure if Iam using the correct list to ask these sort of questions, but Iam re-doing all buttons within squirrelmail to have a flat look (yeah yeah, like Office XP ;).
Untill now it worked fine for all button, unless for the addrbook_search.php (Javascript) The original code Iam trying to change is: <INPUT TYPE=submit NAME=show VALUE="' . _("Search") . '">' . ' | <INPUT TYPE=button VALUE="' . _("Close") . '" onclick="parent.close();">' . "\n" , I want to change this to: '<INPUT TYPE=submit NAME=show style="color:grey; border-color:Black; border-width:1px; background-color:grey; VALUE="' . _("Search") . '">' . ' | <INPUT TYPE=button style="color:grey; border-color:Black; border-width:1px; background-color:grey; VALUE="' . _("Close") . '" onclick="parent.close();">' . "\n" , What happens when I've change it is that the Value is not taken over anymore. The search changes to "Submit Query", and the close value changes into a blank button. It's probably something Iam doing wrong with PHP, but I can't figure out what. Also on the compose.php I've managed to redo all buttons, but I cannot find the cancel button anywhere in the code. Does anyone know in which php file it's located? Again, sorry if this is not the correct list to ask these sort of questions. Thanks in advance, Ronald Roeleveld. ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users