
October 12th, 2009, 12:13 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 3
Time spent in forums: 1 h 11 m 54 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by sleighboy I did this on my install so I knew what the category color was. This idea could be applied also to the select fields in the event manager too, but this is a quick one so i'll post it.
version 4.1.3
private/ltwcatmgr.php
Line 217
Defaults to:
<td align="left"><input size="30" maxlength="30" type="text" name="name".$key."" value="".$name."">($key)</td>
Changed to:
<td align="left"><input size="30" maxlength="30" type="text" name="name".$key."" value="".$name."">($key) <font style="background-color: " . $bgcolor . ";color:" . $fgcolor . ";" face="">Example Text</font></td> |
I have tried this modification but get errors each time. Anyone know what might be wrong with this statement. This is very desirable to have if it worked.
|