
May 22nd, 2003, 12:56 AM
|
|
|
|
Join Date: Apr 2007
Location: Denver, CO USA
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Colors in Manage Categories
I don't think this should be a suggestion until we figure out how to have a color picker that changes the colors on the form while we are on it.
But meanwhile, here is a little inline style addition to displaying the categories while in the manage category screen - at least we can see what we have. The code below is in the manage function of ltw_classes.php (style is new, but easy):
php Code:
Original
- php Code |
|
|
|
echo "<tr><td align="left "><input style="background-color: $bgcolor; color: $fgcolor" size="30 " maxlength="30 " type="text " name="name ".$key."" value="".$name.""></td>n";
|