This topic is locked
[SOLVED]

 add new test

6/2/2008 9:01:18 AM
PHPRunner General questions
S
swanside author

Hello.
On my database, when I build it I can use the ajax serch with add new feature, when I view my database, how can I change the color of the add new text which is alongside a window?
Also, where I truncated the fields to 30 charecters, how can I change the color of the more word?
Thanks

Paul.

J
Jane 6/4/2008

Paul,
edit BuildSelectControl and ProcessLargeText function in the generated include/commonfunctions.php file for this purpose.

S
swanside author 6/9/2008

Thanks Jane.

I can find the info using Dreamweaver, but I dont understand how to change the color of the item?
Can you help please?

Thanks

Paul.

J
Jane 6/10/2008

Paul,
open generated include/commonfunctions.php file in any text editor, find required functions and edit code manually.

Here is a sample:

...

"return false;\">"."<font style=\"color:red;\">More</font>"." ...</a>"

...