Quote:
Originally Posted by mgurain
Installed,
one thing, how can I change the color of the preview text to Gray ?
Thanks,,
|
In the
pm_messagelistbit_preview template change:
Code:
<fieldset style="padding-left:10px;width:80%;border:0px;">$pm[pmpreview]</fieldset>
to:
Code:
<fieldset style="padding-left:10px;width:80%;border:0px;"><span style="color:silver;">$pm[pmpreview]</span></fieldset>
You can change the color in the style element to any name or hex color that takes your fancy.