PDA

View Full Version : Thank You



msj_uk
05-08-2006, 07:37 AM
Just a short note to thank you very much for a fantastic app. Well documentated and works "out of the box" Well done!

May I ask how to change the CSS on the app? I'd like it intergrated into the look and feel of my website.

Thanks again,

Msj_UK

Patrick
05-09-2006, 10:33 PM
The CSS for the whois search display such as price table, etc, can be edited or changed via the Edit Templates page of the admin panel.

The Admin Panel's display code, including CSS and various template functions, can be found in whois/admin/display.php . Specifically, the CSS for the admin panel can be found starting around line 77 and a second CSS configuration (style) can be found starting around line 124. I haven't checked, but if I remember correctly the first style is the main CSS for the admin panel and the second is the CSS that is used on the little pop-up help pages.

If you scroll down a little more you will find the general display functions for the admin panel (show_Header, show_Footer, etc) that you could also edit. Most of it should be easy to understand based on either the code itself or the comments witihn the code.